Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit 31586d9

Browse files
committed
Merge branch 'MattiasBuelens-fix-readme-typo'
2 parents d5fa897 + ade9bb7 commit 31586d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default function myPlugin ( options = {} ) {
3333

3434
This function attaches `Scope` objects to the relevant nodes of an AST. Each `Scope` object has a `scope.contains(name)` method that returns `true` if a given name is defined in the current scope or a parent scope.
3535

36-
See [rollup-plugin-inject](https://github.com/rollup/rollup-plugin-inject) or [rollup-plugin-commonjs](https://github.com/rollup/rollup-plugin-inject) for an example of usage.
36+
See [rollup-plugin-inject](https://github.com/rollup/rollup-plugin-inject) or [rollup-plugin-commonjs](https://github.com/rollup/rollup-plugin-commonjs) for an example of usage.
3737

3838
```js
3939
import { attachScopes } from 'rollup-pluginutils';

0 commit comments

Comments
 (0)