Skip to content

Commit

Permalink
Docs: fixed typo in functions installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Apr 22, 2024
1 parent 8e9210f commit 172b0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/docs/dependencies/functions/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ please refer to the [examples provided](https://www.npmjs.com/package/@sliit-fos

- **bindKey** - Creates a bounded function from a passed object and function key with its context preserved.

- This method is **distint from the bindKey function of lodash** as this **preserves the function's name** property where lodash sets it as **wrapper**.
- This method is **distinct from the bindKey function of lodash** as this **preserves the function's name** property where lodash sets it as **wrapper**.

- **cached** - Creates a cached function that memoizes the result of the passed function. It makes uses of the [express-http-context](https://www.npmjs.com/package/express-http-context)
to maintain the cache. This cache is specific to a single request.

0 comments on commit 172b0c9

Please sign in to comment.