Skip to content

Commit

Permalink
docs: fix small typo (#3216)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisermann authored and lukastaegert committed Nov 8, 2019
1 parent b8ecf3d commit 9ba33f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/05-plugin-development.md
Expand Up @@ -4,7 +4,7 @@ title: Plugin Development

### Plugins Overview

A Rollup plugin is an object with one or more of the [properties](guide/en/#properties) and [hooks](guide/en/#hooks) described below, and which follows our [conventions](guide/en/#conventions). A plugin should be distributed as a packages which exports a function that can be called with plugin specific options and returns such an object.
A Rollup plugin is an object with one or more of the [properties](guide/en/#properties) and [hooks](guide/en/#hooks) described below, and which follows our [conventions](guide/en/#conventions). A plugin should be distributed as a package which exports a function that can be called with plugin specific options and returns such an object.

Plugins allow you to customise Rollup's behaviour by, for example, transpiling code before bundling, or finding third-party modules in your `node_modules` folder. For an example on how to use them, see [Using plugins](guide/en/#using-plugins).

Expand Down

0 comments on commit 9ba33f0

Please sign in to comment.