small grammart fix

grammar fix
This commit is contained in:
camjac251 2020-07-16 00:09:21 -05:00 committed by GitHub
parent b8f18c411c
commit b5a83024fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,7 +142,7 @@
}, },
{ {
"name": "Regen Server", "name": "Regen Server",
"description": "If the server should have it's files removed and regenerate the server seed.", "description": "If the server should have its files removed and regenerate the server seed.",
"env_variable": "REGEN_SERVER", "env_variable": "REGEN_SERVER",
"default_value": "0", "default_value": "0",
"user_viewable": 1, "user_viewable": 1,
@ -159,4 +159,4 @@
"rules": "required|string" "rules": "required|string"
} }
] ]
} }