From 242dce6e05dfe7951df3a58647c6887d549368ac Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Thu, 21 Feb 2019 23:15:26 -0500 Subject: docs: YAMLifying some more function docs, improving the doc template Signed-off-by: Dave Henderson --- docs-src/content/functions/path.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs-src/content/functions/path.yml') 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 -- cgit v1.2.3