diff --git a/docs/index.md b/docs/index.md index 84242f7b2c2e7d71d4d47bfef85445896aa450b1..0830aba0ecba42eabaa4493d283103c07a3beabb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,7 +2,7 @@ The Slim-Sprig library provides over 70 template functions for Go's template language. -- [String Functions](strings.md): `trim`, `randAlpha`, `plural`, etc. +- [String Functions](strings.md): `trim`, `plural`, etc. - [String List Functions](string_slice.md): `splitList`, `sortAlpha`, etc. - [Integer Math Functions](math.md): `add`, `max`, `mul`, etc. - [Integer Slice Functions](integer_slice.md): `until`, `untilStep`