Skip to content

Commit ac01b4e

Browse files
authored
Docs fix spelling issues (use-ink#2381)
1 parent d0b003e commit ac01b4e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ARCHITECTURE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ ink! is composed of a number of crates that are all found in the
4646
* [`e2e`](https://github.com/use-ink/ink/tree/master/crates/e2e):
4747
An end-to-end testing framework for ink! contracts. It requires a Substrate node
4848
which includes `pallet-revive` running in the background. The crate provides a
49-
macro which can be used
49+
macro that can be used
5050
to write an idiomatic Rust test that will in the background create transactions,
51-
submit it to the Substrate chain and return the state changes, gas costs, etc.
51+
submit them to the Substrate chain and return the state changes, gas costs, etc.
5252

5353
An important thing to note is that the crates are primarily run in
5454
a `no_std` environment.
@@ -186,7 +186,7 @@ each new released iteration of the function there is a new version of it introdu
186186
In the example above you can see that we changed the function `set_storage` at
187187
one point.
188188

189-
The prefix `seal` here is for historic reasons. There is some analogy to sealing a
189+
The prefix `seal` here is for historical reasons. There is some analogy to sealing a
190190
contract. And we found seals to be a cute animal as well ‒ like squids!
191191

192192
## `Environment` Trait

RELEASES_CHECKLIST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ in the future.
8181
branch.
8282
- Notify core team members in the Element channel that no PRs should be merged to
8383
`master` during the release.
84-
- The above are to ensure that the bundled code pushed to crates.io is the same as
84+
- The above is to ensure that the bundled code pushed to crates.io is the same as
8585
the tagged release on GitHub.
8686
5. Publish with `cargo release [new_version] -v --no-tag --no-push --execute`
8787
- Ensure the same `[new_version]` as the dry run, which should be the **exact** SemVer

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Reporting a vulnerability
22

3-
If you find something that can be treated as a security vulnerability, please do not use the issue tracker or discuss it in the public forum/channels, as it can cause more damage rather than giving real help to the ecosystem.
3+
If you find something that can be treated as a security vulnerability, please do not use the issue tracker or discuss it in the public forum/channels, as it can cause more damage rather than give real help to the ecosystem.
44

55
Security vulnerabilities should be reported using [this contact form](https://blocksurvey.io/ink-security-vulnerability-reporting-QCfzqPF8QMqIrJUEll7yPA?v=o).

0 commit comments

Comments
 (0)