Skip to content

Commit

Permalink
Fix minor typos in configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan281094 authored Jan 24, 2024
1 parent 22dc7bb commit 0641529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ The tailwind-merge config is an object with a few keys.
const tailwindMergeConfig = {
// ↓ Set how many values should be stored in cache.
cacheSize: 500,
// ↓ Optional prefix from TaiLwind config
// ↓ Optional prefix from Tailwind config
prefix: 'tw-',
// ↓ Optional separator from TaiLwind config
// ↓ Optional separator from Tailwind config
separator: '_',
theme: {
// Theme scales are defined here
Expand Down

0 comments on commit 0641529

Please sign in to comment.