Skip to content

Commit 78ea252

Browse files
Markus-Endematsko
authored andcommitted
docs(router): fix a typo in example code (angular#37309)
The code in the example docs used TestBed.configureTestModule instead of TestBed.configureTestingModule. PR Close angular#37309
1 parent 4456e7e commit 78ea252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router/testing/src/router_testing_module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export function setupTestingRouter(
155155
*
156156
* ```
157157
* beforeEach(() => {
158-
* TestBed.configureTestModule({
158+
* TestBed.configureTestingModule({
159159
* imports: [
160160
* RouterTestingModule.withRoutes(
161161
* [{path: '', component: BlankCmp}, {path: 'simple', component: SimpleCmp}]

0 commit comments

Comments
 (0)