Skip to content

Commit c5728ba

Browse files
committed
Make the linter happy
1 parent 38718e3 commit c5728ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.local.dic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ MacOS
6666
MELPA
6767
minibuffer
6868
minifer-specific
69+
minifiers
6970
monorepo
7071
namespacing
7172
natively

guides/advanced-use/asset-compilation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ module.exports = function(defaults) {
108108

109109
## Minifying
110110

111-
Compiled css-files are minified by `ember-cli-clean-css`, or other registered css minifiers,
111+
Compiled css-files are minified by `ember-cli-clean-css`, or other registered CSS minifiers,
112112
if they are installed locally. You can pass minifer-specific options to them using
113113
the `minifyCSS:options` object in your ember-cli-build. Minification is enabled by
114114
default in the production-env and can be disabled using the `minifyCSS:enabled`

0 commit comments

Comments
 (0)