Skip to content

Commit a8db765

Browse files
sanskaarzarielweinberger
authored andcommitted
Correct typos in various documentation and script files (#325)
* **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"
1 parent 40dab6b commit a8db765

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
We opened sourced Pezzo because we believe in the power of community. We believe you can help making Pezzo better!
3+
We open sourced Pezzo because we believe in the power of community. We believe you can help making Pezzo better!
44
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.
55

66
## How can I contribute?

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Looking for a client that's not listed here? [Open an issue](https://github.com/
116116

117117
# Getting Started - Docker Compose
118118

119-
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.
119+
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.
120120

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

libs/client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ The Pezzo Documentation contains useful information on how to use the Pezzo clie
4444

4545
## License
4646

47-
The `@pezzo/client` library is provided under the Apache 2.0 licesnse.
47+
The `@pezzo/client` library is provided under the Apache 2.0 license.

libs/common/scripts/sync-version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import fs from "fs";
22

3-
console.log("Syncing version");
3+
console.log("Synchronizing version");
44
const packageJsonFile = fs.readFileSync("./package.json", "utf8");
55
const packageJson = JSON.parse(packageJsonFile);
66
const version = packageJson.version;

0 commit comments

Comments
 (0)