mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-11 14:00:27 -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
|
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):
|
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.
|
Avoid using this parser if possible.
|
||||||
* `yaml` (supports `*` notation)
|
* `yaml` (supports `*` notation)
|
||||||
* `properties`
|
* `properties`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user