Skip to content

Commit ffff948

Browse files
isagi-y22CoveMB
andauthored
docs: fix inaccuracies (#655)
Co-authored-by: Cove Marquis-Bortoli <[email protected]>
1 parent 086da36 commit ffff948

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ If linting errors or warnings occur, run `yarn lint --fix` to attempt to auto-fi
4848
From the root directory:
4949
- ```yarn format:{check|write}```
5050

51-
If formatting errors or warnings occurs when running `yarn format:check`, run `yarn format:write` to attempt to auto-fix issues.
52-
It is recommended to use automatic formatter in your code editor or run this command before making your merge request as formatting error will fail CI.
51+
If formatting errors or warnings occur when running `yarn format:check`, run `yarn format:write` to attempt to auto-fix issues.
52+
It is recommended to use an automatic formatter in your code editor or run this command before making your merge request as formatting errors will fail CI.
5353

5454
### Running the UI
5555
From the `packages/ui` directory:

packages/core/solidity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following contract types are supported:
2222
- `governor`
2323
- `custom`
2424

25-
Note that `stablecoin`, and `realWorldAsset` are experimental and may be subject to change.
25+
Note that `stablecoin` and `realWorldAsset` are experimental and may be subject to change.
2626

2727
Each contract type has functions/constants as defined below.
2828

0 commit comments

Comments
 (0)