From cf9fd56bc905a2022ad48c93d25b5a73b57c8802 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 11 Apr 2023 16:04:17 -0400 Subject: fix various spelling issues Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- docs/markdown/Yaml-RefMan.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/markdown/Yaml-RefMan.md') diff --git a/docs/markdown/Yaml-RefMan.md b/docs/markdown/Yaml-RefMan.md index 1bb800f8d..287279173 100644 --- a/docs/markdown/Yaml-RefMan.md +++ b/docs/markdown/Yaml-RefMan.md @@ -34,7 +34,7 @@ To link to functions, the function name should be put into the tag: `[[]]`. Methods (for all kinds of objects, including modules) can be linked to like this: `[[.]]`. -To link to objects themself, the `[[@]]` syntax can be used. +To link to objects themselves, the `[[@]]` syntax can be used. These tags do **not** need to be put in inline code! A hotdoc extension handles the formatting here. If tags need to be placed (for instance, to include reference @@ -69,7 +69,7 @@ module has its own directory. The module itself **must** be in a file called `module.yaml`. All objects returned by the module are then located next to this file. -The name of the YAML files themself are ignored (with the exception of +The name of the YAML files themselves are ignored (with the exception of `module.yaml`) and carry no specific meaning. However, it is recommended to name the YAML files after the `name` entry of the object. @@ -81,7 +81,7 @@ is to make inheriting functions and arguments easier. # YAML schema -The YAML files themself are structured as follows: +The YAML files themselves are structured as follows: ## Functions -- cgit v1.2.3