mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
style-guide: minor grammar correction (#15715)
minor grammar correction
This commit is contained in:
parent
78d0ad2011
commit
9e3ee84a3c
1 changed files with 2 additions and 2 deletions
|
@ -424,8 +424,8 @@ Keep the following guidelines in mind when choosing placeholders:
|
||||||
- For any reference to paths of files or directories,
|
- For any reference to paths of files or directories,
|
||||||
use the format `{{path/to/placeholder}}`,
|
use the format `{{path/to/placeholder}}`,
|
||||||
except when the location is implicit.
|
except when the location is implicit.
|
||||||
- When the path cannot be relative,
|
- When the path cannot be relative
|
||||||
but has to start at the root of the filesystem,
|
and has to start at the root of the filesystem,
|
||||||
prefix it with a slash,
|
prefix it with a slash,
|
||||||
such as `get {{/path/to/remote_file}}`.
|
such as `get {{/path/to/remote_file}}`.
|
||||||
- In case of a possible reference both to a file or a directory,
|
- In case of a possible reference both to a file or a directory,
|
||||||
|
|
Loading…
Add table
Reference in a new issue