summaryrefslogtreecommitdiff
path: root/docs-src/content/functions/path.yml
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2019-02-21 23:15:26 -0500
committerDave Henderson <dhenderson@gmail.com>2019-02-24 21:42:35 -0500
commit242dce6e05dfe7951df3a58647c6887d549368ac (patch)
tree60f2ae067c75ade66330fcc17cb756f4e853b200 /docs-src/content/functions/path.yml
parent2bab08cea50a3130d2e6fea85589bf2d1bf173d1 (diff)
docs: YAMLifying some more function docs, improving the doc template
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'docs-src/content/functions/path.yml')
-rw-r--r--docs-src/content/functions/path.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-src/content/functions/path.yml b/docs-src/content/functions/path.yml
index 4be76854..8c1d26ca 100644
--- a/docs-src/content/functions/path.yml
+++ b/docs-src/content/functions/path.yml
@@ -113,7 +113,7 @@ funcs:
description: |
Splits path immediately following the final slash, separating it into a directory and file name component.
- The function returns an array with two values, the first being the diretory, and the second the file.
+ The function returns an array with two values, the first being the directory, and the second the file.
A wrapper for Go's [`path.Split`](https://golang.org/pkg/path/#Split) function.
pipeline: true