Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 039caf3

Browse files
Lukas Ruebbelkejuleskremer
authored andcommitted
docs(style-guide): fix typo (#3120)
1 parent 8a537b1 commit 039caf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/testing.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ a#compile-components
567567
nor any of the `override...` methods. The `TestBed` throws an error if you try.
568568

569569
### The second synchronous _beforeEach_
570-
A _synchronous_ `beforeEach` containing the remaining setup steps follows the asynchonous `beforeEach`.
570+
A _synchronous_ `beforeEach` containing the remaining setup steps follows the asynchronous `beforeEach`.
571571

572572
+makeExample('testing/ts/app/banner.component.spec.ts', 'sync-before-each', 'app/banner.component.spec.ts (second beforeEach)')(format='.')
573573
:marked

0 commit comments

Comments
 (0)