Skip to content

Commit

Permalink
typo(docs): Change sur to sure (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
mibrahim2001 authored Dec 25, 2024
1 parent be032e7 commit 462b237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/guides/upgrading-deps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To update most of the dependencies that come with the starter, you can follow th

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.

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

```bash
rm -rf node_modules ## remove node_modules folder
Expand Down

0 comments on commit 462b237

Please sign in to comment.