Skip to content

Commit

Permalink
Fix grammar and improve clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
roydukkey committed Oct 28, 2021
1 parent 37310f4 commit 6e3a5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/reference-functions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ $result: list.compare-numeric($first-item, $second-item)

## Implementing in Custom Modules

Creating these function in you own modules is very easy using the [`meta.call-or-reference()`](/api/meta/call-or-reference) available in [`@sass-fairy/meta`](/api/meta). [Read the API](/api/meta/call-or-reference) for more details.
Creating these functions in you own modules is very easy using the [`meta.call-or-reference()`](/api/meta/call-or-reference) from the [`@sass-fairy/meta`](/api/meta) package. [Read the API](/api/meta/call-or-reference) for more details.

0 comments on commit 6e3a5c1

Please sign in to comment.