Skip to content

Commit

Permalink
Docs fix spelling issues (#2381)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsW3 authored Jan 28, 2025
1 parent d0b003e commit ac01b4e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ ink! is composed of a number of crates that are all found in the
* [`e2e`](https://github.com/use-ink/ink/tree/master/crates/e2e):
An end-to-end testing framework for ink! contracts. It requires a Substrate node
which includes `pallet-revive` running in the background. The crate provides a
macro which can be used
macro that can be used
to write an idiomatic Rust test that will in the background create transactions,
submit it to the Substrate chain and return the state changes, gas costs, etc.
submit them to the Substrate chain and return the state changes, gas costs, etc.

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

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

## `Environment` Trait
Expand Down
2 changes: 1 addition & 1 deletion RELEASES_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ in the future.
branch.
- Notify core team members in the Element channel that no PRs should be merged to
`master` during the release.
- The above are to ensure that the bundled code pushed to crates.io is the same as
- The above is to ensure that the bundled code pushed to crates.io is the same as
the tagged release on GitHub.
5. Publish with `cargo release [new_version] -v --no-tag --no-push --execute`
- Ensure the same `[new_version]` as the dry run, which should be the **exact** SemVer
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Reporting a vulnerability

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.
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.

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

0 comments on commit ac01b4e

Please sign in to comment.