Skip to content

Commit

Permalink
docs: fix code example
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Aug 5, 2022
1 parent ecf71f4 commit 8542da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/1.guide/3.API.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ Theme tokens gets processed by [Style Dictionary](https://amzn.github.io/style-d
import { $dt } from '#design-tokens'

export default defineHandler(() => {
return $tokens('colors.base')
return $dt('colors.base')
})
```

0 comments on commit 8542da6

Please sign in to comment.