mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 00:09:39 -06:00
Fixed a grammar issue
This commit is contained in:
parent
69e822974f
commit
c831f1fdd4
@ -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`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user