-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update 02-hello-world.mdx #1357
Conversation
Corrected the paths to match the paths used in the playground.
Thanks for pointing this out, but the docs here are actually correct! The path should be |
Sorry, I'm not good with git or github. How do I edit my commit/ add another commit to this pull request? |
You can edit the code in your local branch and commit and push the changes again and it should update the PR. Does that make sense? |
@joshuahannan Reverted the path changes. Do the rest of the changes look correct? |
Co-authored-by: Joshua Hannan <[email protected]>
Description
I changed the paths to match the paths used in the playground.
I changed
let helloReference = capability.borrow()
tolet helloReference = capability!.borrow()
to match the playground and prevent the error unknown member error.I corrected "and the storage will longer contain an object under the given path." to "and the storage will no longer contain an object under the given path."
master
branchFiles changed
in the Github PR explorer