Skip to content

Commit d9a231c

Browse files
authored
Fix minor text errors in READMEs and checklists (ethereum#15577)
* Update README.md * Update ReviewChecklist.md * Update README.md
1 parent b0d991b commit d9a231c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Docker images
44

5-
The docker images are build locally on the developer machine:
5+
The docker images are built locally on the developer machine:
66

77
```sh
88
cd .circleci/docker/

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
You can talk to us on Gitter and Matrix, tweet at us on X (previously Twitter) or create a new topic in the Solidity forum. Questions, feedback, and suggestions are welcome!
1010

11-
Solidity is a statically typed, contract-oriented, high-level language for implementing smart contracts on the Ethereum platform.
11+
Solidity is a statically-typed, contract-oriented, high-level language for implementing smart contracts on the Ethereum platform.
1212

1313
For a good overview and starting point, please check out the official [Solidity Language Portal](https://soliditylang.org).
1414

ReviewChecklist.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The following points are all covered by the coding style but come up so often th
123123
- If it is a bugfix:
124124
- [ ] **The PR must include tests that reproduce the bug.**
125125
- [ ] **Are there gaps in test coverage of the buggy feature?** Fill them by adding more tests.
126-
- [ ] **Try to break it.** Can you of any similar features that could also be buggy?
126+
- [ ] **Try to break it.** Can you think of any similar features that could also be buggy?
127127
Play with the repro and include prominent variants as separate test cases, even if they don't trigger a bug.
128128
- [ ] **Positive cases (code that compiles) should have a semantic test.**
129129
- [ ] **Negative cases (code with compilation errors) should have a syntax test.**

0 commit comments

Comments
 (0)