Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Correct typo (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
helfi92 authored and eliperelman committed Jun 18, 2017
1 parent 0370c89 commit d957604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrading-neutrino.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ For a more verbose example version without `.neutrinorc.js`:

```js
const { Neutrino } = require('neutrino');
const neutrino = Neutrino();
const api = Neutrino();

module.exports = api.call('eslintrc', ['neutrino-preset-airbnb-base', 'neutrino-preset-react']);
```
Expand Down

0 comments on commit d957604

Please sign in to comment.