You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/guide/application.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ All Vue instances can have their raw `$data` directly serialized with `JSON.stri
59
59
60
60
## Unit Testing
61
61
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 is[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 modually.
63
63
64
64
The best practice is to export raw options / functions inside modules. Consider this example:
0 commit comments