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

Commit 33b0bb8

Browse files
committed
docs(cookbook/graphql): Fix example files in article
1 parent 37ecc0f commit 33b0bb8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

public/docs/ts/latest/cookbook/graphql.jade

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -413,11 +413,11 @@ block file-summary
413413
)
414414

415415
+makeTabs(
416-
`toh-6/ts/app/app-routing.module.ts,
417-
toh-6/ts/app/hero-search.component.ts,
418-
toh-6/ts/app/hero-search.component.html,
419-
toh-6/ts/app/hero-search.component.css,
420-
toh-6/ts/app/rxjs-extensions.ts`,
416+
`heroes-graphql/ts/app/app-routing.module.ts,
417+
heroes-graphql/ts/app/hero-search.component.ts,
418+
heroes-graphql/ts/app/hero-search.component.html,
419+
heroes-graphql/ts/app/hero-search.component.css,
420+
heroes-graphql/ts/app/rxjs-extensions.ts`,
421421
null,
422422
`app-routing.modules.ts,
423423
hero-search.component.ts,

0 commit comments

Comments
 (0)