Skip to content

Commit 1728a11

Browse files
committed
Fix typo
1 parent 1e7a578 commit 1728a11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

npm_and_yarn/helpers/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ yarn test path/to/test.js
2424
In order to run an interactive debugger:
2525

2626
- `node --inspect-brk node_modules/.bin/jest --runInBand path/to/test/test.js`
27-
- In Chrome, nativate to chrome://inspect
27+
- In Chrome, navigate to `chrome://inspect`
2828
- Click `Open dedicated DevTools for Node`
29-
- You'll now be able to interactively debug using the chrome dev tools.
29+
- You'll now be able to interactively debug using the Chrome dev tools.

0 commit comments

Comments
 (0)