diff --git a/docs/add-ons/configuration.md b/docs/add-ons/configuration.md index 2bf94d37..4c9704b8 100644 --- a/docs/add-ons/configuration.md +++ b/docs/add-ons/configuration.md @@ -192,7 +192,7 @@ The `schema` looks like `options` but describes how we should validate the user "logins": [ { "username": "str", "password": "str" } ], - "random": ["match(^\w*$)"], + "random": ["match(^\\w*$)"], "link": "url", "size": "int(5,20)", "count": "float",