diff options
Diffstat (limited to 'docs/yaml')
| -rw-r--r-- | docs/yaml/functions/error.yaml | 2 | ||||
| -rw-r--r-- | docs/yaml/functions/message.yaml | 2 | ||||
| -rw-r--r-- | docs/yaml/objects/env.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/yaml/functions/error.yaml b/docs/yaml/functions/error.yaml index d54808c99..f4bb84cd0 100644 --- a/docs/yaml/functions/error.yaml +++ b/docs/yaml/functions/error.yaml @@ -11,4 +11,4 @@ varargs: name: msg since: 0.58.0 type: str - description: Additional parameters will be seperated by spaces + description: Additional parameters will be separated by spaces diff --git a/docs/yaml/functions/message.yaml b/docs/yaml/functions/message.yaml index 2adf8190a..d4ab085a8 100644 --- a/docs/yaml/functions/message.yaml +++ b/docs/yaml/functions/message.yaml @@ -11,4 +11,4 @@ varargs: name: more_text since: 0.54.0 type: str - description: Additional text that will be printed seperated by spaces. + description: Additional text that will be printed separated by spaces. diff --git a/docs/yaml/objects/env.yaml b/docs/yaml/objects/env.yaml index fea11d5d8..36d3aba50 100644 --- a/docs/yaml/objects/env.yaml +++ b/docs/yaml/objects/env.yaml @@ -44,7 +44,7 @@ methods: separator: type: str description: | - The seperator to use. If not explicitly specified, the default path + The separator to use. If not explicitly specified, the default path separator for the host operating system will be used, i.e. ';' for Windows and ':' for UNIX/POSIX systems. |
