Skip to content

Commit 5f0f217

Browse files
authored
Merge pull request #372 from stephan281094/patch-1
Fix minor typos in `configuration.md`
2 parents 22dc7bb + 0641529 commit 5f0f217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ The tailwind-merge config is an object with a few keys.
2727
const tailwindMergeConfig = {
2828
// ↓ Set how many values should be stored in cache.
2929
cacheSize: 500,
30-
// ↓ Optional prefix from TaiLwind config
30+
// ↓ Optional prefix from Tailwind config
3131
prefix: 'tw-',
32-
// ↓ Optional separator from TaiLwind config
32+
// ↓ Optional separator from Tailwind config
3333
separator: '_',
3434
theme: {
3535
// Theme scales are defined here

0 commit comments

Comments
 (0)