Skip to content

Commit ae47b58

Browse files
Update common-issues.md
1 parent 85e5a24 commit ae47b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snaps/how-to/debug-a-snap/common-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Then add a postinstall script to your `package.json`:
9494
Now you can make changes to your dependencies inside `node_modules` and run
9595
`yarn patch-package package-name` to save the changes as a patch.
9696
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.
97+
These patches can be committed to your Git repository and are replayed when you reinstall your dependencies.
9898

9999
### Patch the use of `XMLHttpRequest`
100100

0 commit comments

Comments
 (0)