Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Hearen authored Jan 17, 2019
1 parent 501c642 commit 9c59c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 13.unit-testing/2.jasmine-and-karma/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ var __spec_files__ = [

=== Disabled and focused tests

You can disable tests without commenting them our by just pre-pending `x` to the `describe` or `it` functions, like so:
You can disable tests without commenting them out by just pre-pending `x` to the `describe` or `it` functions, like so:

[source,typescript]
----
Expand Down

0 comments on commit 9c59c5e

Please sign in to comment.