Fix small typo

js-version
Wynn Netherland 5 years ago committed by Anton Medvedev
parent 1742da02f7
commit 9907ec7e58

@ -127,7 +127,7 @@ curl 'https://api.github.com/repos/facebook/react/commits?per_page=100' \
Add next code to your _.fxrc_ file:
```js
const fx = require('fs')
const fs = require('fs')
global.save = json => {
fs.writeFileSync(process.argv[2], JSON.stringify(json, null, 2))

Loading…
Cancel
Save