Skip to content

Commit e731697

Browse files
authored
Merge pull request #1762 from eltociear/patch-1
Fix typo in postcss.test.ts
2 parents cd8cd28 + 3c51820 commit e731697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/postcss.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ test('works with null', () => {
112112
}, /PostCSS received null instead of CSS string/)
113113
})
114114

115-
test('has deprecated method to creat plugins', () => {
115+
test('has deprecated method to create plugins', () => {
116116
let warn = spyOn(console, 'warn', () => {})
117117
let plugin = (postcss as any).plugin('test', (filter?: string) => {
118118
return (root: Root) => {

0 commit comments

Comments
 (0)