Skip to content

Commit ab38efb

Browse files
committed
Fix typo
1 parent 174db0f commit ab38efb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import postcss from 'postcss';
99
* Postcss preprocessor factory.
1010
*
1111
* @param {Object} args Config object of custom preprocessor.
12-
* @param {Object} [config={}] KArma's config.
12+
* @param {Object} [config={}] Karma's config.
1313
* @param {Object} logger Karma's logger.
1414
* @param {Object} server Karma's server.
1515
* @return {Function} the function to preprocess files.

0 commit comments

Comments
 (0)