From 1863c02e117a3534bd599e870f76ae9308ed5383 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20CROCQUESEL?=
 <88554524+scrocquesel@users.noreply.github.com>
Date: Fri, 12 Nov 2021 12:44:27 +0100
Subject: [PATCH] docs(configuration-options): fix replacementVersion (#12620)

---
 docs/usage/configuration-options.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md
index d94e2baa32..40c840d934 100644
--- a/docs/usage/configuration-options.md
+++ b/docs/usage/configuration-options.md
@@ -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
-- 
GitLab