Skip to content

Commit

Permalink
docs: typo (#3765)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmnzt committed May 6, 2024
1 parent 6bba916 commit 9d0598c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/layers.md
Expand Up @@ -93,6 +93,6 @@ outputToCssLayers: (layer) => {
if (layer === 'shortcuts')
return 'utilities.shortcuts'

// All other layer will just use their name as the CSS layer name.
// All other layers will just use their name as the CSS layer name.
}
```

0 comments on commit 9d0598c

Please sign in to comment.