summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolai Cornelis <[email protected]>2024-10-25 23:56:30 +0200
committerNicolai Cornelis <[email protected]>2024-10-25 23:56:30 +0200
commit7c91597496ea58016e52ab232352d219d47cadbf (patch)
tree8ba2bc64d04706e33ad32d297e1155f3bc9db91e
parent4acfcda99c818b4e945ff5c478f1c4cf1890034e (diff)
Grammar fix
-rw-r--r--schemas/config/3.0.schema.json2
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"