Skip to content

Commit 55168e1

Browse files
authored
chore: fix some typos (#226)
Signed-off-by: suchsoon <silverjadebeauty@gmail.com>
1 parent 69de8fd commit 55168e1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ Navigate to http://localhost:8701/harness
9292
🚀
9393

9494
## Contributing
95-
Releasing a new version of Dev Wallet is as simple as tagging and creating a release, a Github Action will then build a bundle of the Dev Wallet that can be used in other tools (such as CLI). If the update of the Dev Wallet is required in the CLI, a seperate update PR on the CLI should be created.
95+
Releasing a new version of Dev Wallet is as simple as tagging and creating a release, a Github Action will then build a bundle of the Dev Wallet that can be used in other tools (such as CLI). If the update of the Dev Wallet is required in the CLI, a separate update PR on the CLI should be created.
9696

cadence/contracts/utility/NonFungibleToken.cdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ access(all) contract NonFungibleToken {
113113
///
114114
access(all) resource interface Provider {
115115

116-
// We emit withdraw events from the provider interface because conficting withdraw
116+
// We emit withdraw events from the provider interface because conflicting withdraw
117117
// events aren't as confusing to event listeners as conflicting deposit events
118118

119119
/// withdraw removes an NFT from the collection and moves it to the caller

docs/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ app to interact with the dev-wallet during development:
6666
Navigate to http://localhost:8701/harness
6767

6868
## Contributing
69-
Releasing a new version of Dev Wallet is as simple as tagging and creating a release, a Github Action will then build a bundle of the Dev Wallet that can be used in other tools (such as CLI). If the update of the Dev Wallet is required in the CLI, a seperate update PR on the CLI should be created.
69+
Releasing a new version of Dev Wallet is as simple as tagging and creating a release, a Github Action will then build a bundle of the Dev Wallet that can be used in other tools (such as CLI). If the update of the Dev Wallet is required in the CLI, a separate update PR on the CLI should be created.
7070

0 commit comments

Comments
 (0)