Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Docs: add missing word in processor documentation (#9106)
  • Loading branch information
not-an-aardvark committed Aug 15, 2017
1 parent a4f53ba commit 6ef734a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide/working-with-plugins.md
Expand Up @@ -49,7 +49,7 @@ Plugin environments can define the following objects:

### Processors in Plugins

You can also create plugins that would tell ESLint how to process files other than JavaScript. In order to create a processor, object that is exported from your module has to conform to the following interface:
You can also create plugins that would tell ESLint how to process files other than JavaScript. In order to create a processor, the object that is exported from your module has to conform to the following interface:

```js
processors: {
Expand Down

0 comments on commit 6ef734a

Please sign in to comment.