Skip to content

Commit

Permalink
Correct typos in various documentation and script files (#325)
Browse files Browse the repository at this point in the history
* **CONTRIBUTING.md**
  - Correct "We opened sourced Pezzo" to "We open sourced Pezzo"
* **libs/client/README.md**
  - Correct "licesnse" to "license"
* **README.md**
  - Correct "simplay" to "simply"
* **libs/common/scripts/sync-version.ts**
  - Correct "Syncing version" to "Synchronizing version"
  • Loading branch information
sanskaarz authored Nov 20, 2024
1 parent 938bf61 commit c823b1b
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing

We opened sourced Pezzo because we believe in the power of community. We believe you can help making Pezzo better!
We open sourced Pezzo because we believe in the power of community. We believe you can help making Pezzo better!
We are excited to see what you will build with Pezzo and we are looking forward to your contributions. We want to make contributing to this project as easy and transparent as possible, whether it's features, bug fixes, documentation updates, guides, examples and more.

## How can I contribute?
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -116,7 +116,7 @@ Looking for a client that's not listed here? [Open an issue](https://github.com/

# Getting Started - Docker Compose

If you simplay want to run the full Pezzo stack locally, check out [Running With Docker Compose](http://docs.pezzo.ai/introduction/docker-compose) in the documentation.
If you simply want to run the full Pezzo stack locally, check out [Running With Docker Compose](http://docs.pezzo.ai/introduction/docker-compose) in the documentation.

If you want to run Pezzo in development mode, continue reading.

2 changes: 1 addition & 1 deletion libs/client/README.md
Original file line number Diff line number Diff line change
@@ -44,4 +44,4 @@ The Pezzo Documentation contains useful information on how to use the Pezzo clie

## License

The `@pezzo/client` library is provided under the Apache 2.0 licesnse.
The `@pezzo/client` library is provided under the Apache 2.0 license.
2 changes: 1 addition & 1 deletion libs/common/scripts/sync-version.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import fs from "fs";

console.log("Syncing version");
console.log("Synchronizing version");
const packageJsonFile = fs.readFileSync("./package.json", "utf8");
const packageJson = JSON.parse(packageJsonFile);
const version = packageJson.version;

0 comments on commit c823b1b

Please sign in to comment.