Skip to content

Commit 5647a90

Browse files
committed
typo fix I think
1 parent edb57d9 commit 5647a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guide/application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ All Vue instances can have their raw `$data` directly serialized with `JSON.stri
5959

6060
## Unit Testing
6161

62-
Anything compatible with a CommonJS-based build system works. A recommendation is using the [Karma](http://karma-runner.github.io/0.12/index.html) test runner together with its [CommonJS pre-processor](https://github.com/karma-runner/karma-commonjs) to test your code modually.
62+
Anything compatible with a CommonJS-based build system works. A recommendation is using the [Karma](http://karma-runner.github.io/0.12/index.html) test runner together with its [CommonJS pre-processor](https://github.com/karma-runner/karma-commonjs) to test your code modularly.
6363

6464
The best practice is to export raw options / functions inside modules. Consider this example:
6565

0 commit comments

Comments
 (0)