Skip to content

Commit c835b37

Browse files
committed
Fix typo in tape message
1 parent 77f5261 commit c835b37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.tape.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
'message': 'supports nested @media usage'
1515
},
1616
'nested-media:nesting-first': {
17-
'message': 'supports nested @media usage (with postcss-nesting running second)',
17+
'message': 'supports nested @media usage (with postcss-nesting running first)',
1818
plugin: () => require('postcss')(
1919
require('postcss-nesting'),
2020
require('.')

0 commit comments

Comments
 (0)