Skip to content

Commit 2e8ea0f

Browse files
committed
fix typo
1 parent 34382ef commit 2e8ea0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/arbitrary-values.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ it('should not convert escaped underscores with spaces', () => {
198198
})
199199
})
200200

201-
it('should warn and not generate if arbitrary values are ambigu', () => {
201+
it('should warn and not generate if arbitrary values are ambiguous', () => {
202202
// If we don't protect against this, then `bg-[200px_100px]` would both
203203
// generate the background-size as well as the background-position utilities.
204204
let config = {

0 commit comments

Comments
 (0)