Skip to content

Commit

Permalink
docs(configuration-options): fix replacementVersion (#12620)
Browse files Browse the repository at this point in the history
  • Loading branch information
scrocquesel committed Nov 12, 2021
1 parent d85aa9b commit 1863c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage/configuration-options.md
Expand Up @@ -1660,8 +1660,8 @@ You can suggest a new community package rule by editing [the `replacements.ts` f

### replacementVersion

Use this field to define the name of a replacement package.
Must be used with `replacementVersion`.
Use this field to define the version of a replacement package.
Must be used with `replacementName`.
For example to replace the npm package `jade` with version `2.0.0` of the package `pug`:

```json
Expand Down

0 comments on commit 1863c02

Please sign in to comment.