Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb committed Jun 26, 2024
1 parent c890e0e commit e3490cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace/content/10-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ const data = traverse('content/reviews', { depth: -1 }).hydrate(

## /transform

This is a standalone module which provides a set of transformer function. They can be used in conjunction with each other by utilizing the `pipe` function provided from the `'mauss'` package and re-exported by this module, you can do the following
This is a standalone module which provides a set of transformer function, you can do the following

```typescript
import { traverse } from 'aubade/compass';
Expand Down

0 comments on commit e3490cd

Please sign in to comment.