Skip to content

Commit a8e1d0f

Browse files
authored
improve helper func doc
1 parent 12e52cf commit a8e1d0f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: utilities/helper-functions/index.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ description: Tutorial on how to use helper functions provided by Fano Framework
88
## About Helper function
99

1010
![Helper illustration](/assets/images/helping-hand.jpg){:class="image fit"}
11-
12-
Photo by [Austin Kehmeier](https://unsplash.com/@a_kehmeier?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/s/photos/helping-hand?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)
11+
(Photo by [Austin Kehmeier](https://unsplash.com/@a_kehmeier?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/s/photos/helping-hand?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText))
1312

1413
Fano Framework provides helper functions to simplify common tasks such as [generate slug string](#generate-slug-string), [join string with delimiter](#join-string) or [read file content](#read-file-content).
1514

@@ -87,4 +86,4 @@ slugStr := slug('hello good @##@$$@$people']);
8786

8887
## Explore more
8988

90-
- [Regular expression](/utilities/regular-expression)
89+
- [Regular expression](/utilities/regular-expression)

0 commit comments

Comments
 (0)