WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 462b237

Browse files
authored
typo(docs): Change sur to sure (#417)
1 parent be032e7 commit 462b237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/guides/upgrading-deps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To update most of the dependencies that come with the starter, you can follow th
2222

2323
First, go to GitHub and compare your `osMetadata.initVersion` in your `package.json` with the latest release. Check if the `package.json` has been updated. Then, copy the new dependencies and devDependencies versions and paste them into your package.json file.
2424

25-
Finally, run the following commands to make sur everything is working as expected:
25+
Finally, run the following commands to make sure everything is working as expected:
2626

2727
```bash
2828
rm -rf node_modules ## remove node_modules folder

0 commit comments

Comments
 (0)