From cd3766053713a9ff4e09071241aad81926ef2b1b Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Fri, 20 Jan 2023 18:58:57 +0100 Subject: [PATCH 1/2] Fix: typos Fix: typos --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index ad5207dbc..10232589b 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,6 +1,6 @@ # Example -This folder contains different example for different cases. All example are nodejs script, so can be easily run by `node` command. +This folder contains different examples for different cases. All examples are nodejs scripts, so can be easily run by `node` command. - plasma - plasma folder contains examples related to plasma api - pos - pos folder contains examples related to pos api @@ -13,7 +13,7 @@ You need to configure your environment variables now. Copy `.env.example` and re There are some prefilled data in `config.js` but feel free to change anything as per your needs. -**Note:** - Be careful with your private key, Use a key you are comfortable with for development purpose. And try not to make it public by doing actions such as commiting to repo or referencing on any online site. +**Note:** - Be careful with your private key, Use a key you are comfortable with for development purposes. And try not to make it public by doing actions such as committing to repo or referencing on any online site. ### 2. Install package From c6c0ef07d4d15d14f717fa54db46c40239c65d63 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Fri, 20 Jan 2023 19:01:27 +0100 Subject: [PATCH 2/2] Fix: typos Fix: typos --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9fc4bd78e..9d2eaa71c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ _Branch naming convention:_ _Note: No strict convention while naming branch, but try to keep it meaningful for your team members to understand._ -3. Add files to be commited and then commit changes to your local machine `git commit -m ` +3. Add files to be committed and then commit changes to your local machine `git commit -m ` _Commit message convention:_ - Feature - `feat: integrate token balances` @@ -23,4 +23,4 @@ _Note: Keep commit message meaningful for your team members to understand while 7. Create a merge/pull request against `master` branch. -_Note: Dont push changes to `master` branch directly. Write proper description of the changes while creating merge/pull request_ +_Note: Don't push changes to `master` branch directly. Write proper description of the changes while creating merge/pull request_