Skip to content

Commit

Permalink
doc: update splitting-output-files.md (amzn#1355)
Browse files Browse the repository at this point in the history
Co-authored-by: Joren Broekema <[email protected]>
  • Loading branch information
borisdamevin and jorenbroekema authored Oct 2, 2024
1 parent 996fc0e commit c908c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/examples/splitting-output-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ The trick is to dynamically generate the files array, generate one for each outp
```js config
function generateComponentFiles(components) {
return components.map((comp) => ({
// output the component tokens in the right folder and file e.g. components/button/button-vqrs.css
// output the component tokens in the right folder and file e.g. components/button/button-vars.css
destination: `components/${comp}/${comp}-vars.css`,
format: 'css/variables',
// only include the tokens that are inside this component token group
Expand Down

0 comments on commit c908c61

Please sign in to comment.