Skip to content

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Aug 23, 2024
1 parent b02bca8 commit fd53a65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ To make sure all commits adhere to our programming standards we use [pre-commit]
2. Commit messages and code style follow conventions.
3. Tests added for new functionality.
4. Documentation/comments updated for all changes according to our documentation convention.
5. Rustfmt, Clippy and Rustdoc linting passed (Will be ran automatically by pre-commit).
5. Rustfmt, Clippy and Rustdoc linting passed (Will be run automatically by pre-commit).
6. New branch rebased from `next`.

 
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction/get-started/create-account-use-faucet.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Save the account ID for a future step.
2. You should see something like this:
```sh
Succesfully imported note 0x0ff340133840d35e95e0dc2e62c88ed75ab2e383dc6673ce0341bd486fed8cb6
Successfully imported note 0x0ff340133840d35e95e0dc2e62c88ed75ab2e383dc6673ce0341bd486fed8cb6
```
3. Now that the note has been successfully imported, you can view the note's information using the following command:
Expand Down

0 comments on commit fd53a65

Please sign in to comment.