diff options
Diffstat (limited to 'schemas/config/3.0.schema.json')
-rw-r--r-- | schemas/config/3.0.schema.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/config/3.0.schema.json b/schemas/config/3.0.schema.json index 7aad3eed..185c79d9 100644 --- a/schemas/config/3.0.schema.json +++ b/schemas/config/3.0.schema.json @@ -2,7 +2,7 @@ "$id": "https://raw.githubusercontent.com/roadrunner-server/roadrunner/refs/heads/master/schemas/config/3.0.schema.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "title": "RoadRunner Main Configuration File", - "description": "This is your main RoadRunner configuration file. It should contains all the plugins you want to load and their configuration.", + "description": "This is your main RoadRunner configuration file. It should contain all the plugins you want to load and their configuration.", "type": "object", "required": [ "version" |