Skip to content

Commit 8542da6

Browse files
authored
docs: fix code example
1 parent ecf71f4 commit 8542da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/1.guide/3.API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,6 @@ Theme tokens gets processed by [Style Dictionary](https://amzn.github.io/style-d
113113
import { $dt } from '#design-tokens'
114114

115115
export default defineHandler(() => {
116-
return $tokens('colors.base')
116+
return $dt('colors.base')
117117
})
118118
```

0 commit comments

Comments
 (0)