Fixed a grammar issue

This commit is contained in:
Proxymiity ☆ 2021-03-10 23:23:23 +01:00 committed by GitHub
parent 69e822974f
commit c831f1fdd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ block prior to booting the server to ensure all of the required settings are def
In this example, we are telling the Daemon to read `server.properties` in `/home/container`. Within this block, we
define a `parser`, in this case `properties` but the following are [valid parsers](https://github.com/pterodactyl/wings/blob/develop/parser/parser.go#L25-L30):
* `file` — This parser goes based on matching the beginning of lines, and not a specific property like the other four.
* `file` — This parser goes based on matching the beginning of lines, and not a specific property like the other five.
Avoid using this parser if possible.
* `yaml` (supports `*` notation)
* `properties`