We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd8cd28 + 3c51820 commit e731697Copy full SHA for e731697
1 file changed
test/postcss.test.ts
@@ -112,7 +112,7 @@ test('works with null', () => {
112
}, /PostCSS received null instead of CSS string/)
113
})
114
115
-test('has deprecated method to creat plugins', () => {
+test('has deprecated method to create plugins', () => {
116
let warn = spyOn(console, 'warn', () => {})
117
let plugin = (postcss as any).plugin('test', (filter?: string) => {
118
return (root: Root) => {
0 commit comments