We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e5a24 commit ae47b58Copy full SHA for ae47b58
snaps/how-to/debug-a-snap/common-issues.md
@@ -94,7 +94,7 @@ Then add a postinstall script to your `package.json`:
94
Now you can make changes to your dependencies inside `node_modules` and run
95
`yarn patch-package package-name` to save the changes as a patch.
96
This creates a `.patch` file containing your dependency patch.
97
-These patches can be committed to your Git repository and are replayed when you re-install your dependencies.
+These patches can be committed to your Git repository and are replayed when you reinstall your dependencies.
98
99
### Patch the use of `XMLHttpRequest`
100
0 commit comments