Skip to content

Commit feb8909

Browse files
authored
Merge pull request #260 from fayedaihall/patch-2
Fixed typo Tutoral
2 parents 0eba630 + 5b72a76 commit feb8909

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorial/04-capabilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Now that you've published the capability with `public` `access`, **anyone** who
224224
let helloAccount = getAccount(0x06)
225225
```
226226
- Addresses are **not** strings and thus do **not** have quotes around them.
227-
1. Use `borrow` to borrow the public capability for your `Create Link` transaction saved in `/public/HelloAssetTutoral`.
227+
1. Use `borrow` to borrow the public capability for your `Create Link` transaction saved in `/public/HelloAssetTutorial`.
228228
- Your script should return `helloReference.hello()`.
229229
- You've already borrowed something before. Try to implement this on your own. **Hint:** this time, you're borrowing a `capability` from the account, **not** something from `storage`. Don't forget to handle the case where the object can't be found!
230230
<dl><dd><em>You should end up with a script similar to:</em></dd></dl>

0 commit comments

Comments
 (0)