From 872f716fdcd53dc15c8dd48b005c4a6487f27696 Mon Sep 17 00:00:00 2001 From: Marco Bonelli Date: Fri, 8 Feb 2019 01:24:02 +0100 Subject: [PATCH] Style guide: change "folder" to "directory". --- 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 bcbad14fad..ec65008843 100644 --- a/contributing-guides/style-guide.md +++ b/contributing-guides/style-guide.md @@ -49,9 +49,9 @@ Keep the following guidelines in mind when choosing tokens: 1. Use short but descriptive tokens, ex. `{{source_file}}` or `{{wallet.txt}}`. 2. Use [`snake_case`](https://en.wikipedia.org/wiki/Snake_case) for multi-word tokens. -3. For any reference to paths to files or folders, use the format `{{path/to/}}`. +3. For any reference to paths to files or directories, use the format `{{path/to/}}`. For example, `ln -s {{path/to/file}} {{path/to/symlink}}`. - In case of a possible reference both to a file or a folder, use `{{path/to/file_or_folder}}` + In case of a possible reference both to a file or a directory, use `{{path/to/file_or_directory}}` 4. Follow the `{{path/to/}}` convention for all path-related commands, except when the file location is implicit. 5. If a command expects the file to have a particular extension, use it.