diff --git a/website/docs/configuration-options.md b/website/docs/configuration-options.md
index a107ce814b5afee3b3407cefcdce7e8b61e6fdd3..9878f49dd046601ffbba9a8bf63bae5d8b267772 100644
--- a/website/docs/configuration-options.md
+++ b/website/docs/configuration-options.md
@@ -522,7 +522,7 @@ Use this field if you want to have one or more package name patterns excluded in
 ```
   "packageRules": [{
     "packagePatterns": ["^eslint"],
-    "excludePackageNames": ["^eslint-foo"]
+    "excludePackagePatterns": ["^eslint-foo"]
   }]
 ```
 
@@ -575,7 +575,7 @@ Use this field if you want to have one or more package names patterns in your pa
 
 ```
   "packageRules": [{
-    "packageNames": ["^angular"],
+    "packagePatterns": ["^angular"],
     "rangeStrategy": "replace"
   }]
 ```