From 9e3ee84a3c733234191dfa71eacbc6ebd530bab8 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 11 Feb 2025 13:47:52 +0200 Subject: [PATCH] style-guide: minor grammar correction (#15715) minor grammar correction --- contributing-guides/style-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributing-guides/style-guide.md b/contributing-guides/style-guide.md index 6465c717f6..18bcf7b886 100644 --- a/contributing-guides/style-guide.md +++ b/contributing-guides/style-guide.md @@ -424,8 +424,8 @@ Keep the following guidelines in mind when choosing placeholders: - For any reference to paths of files or directories, use the format `{{path/to/placeholder}}`, except when the location is implicit. -- When the path cannot be relative, - but has to start at the root of the filesystem, +- When the path cannot be relative + and has to start at the root of the filesystem, prefix it with a slash, such as `get {{/path/to/remote_file}}`. - In case of a possible reference both to a file or a directory,