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

Commit 16f9c85

Browse files
committed
docs(graphql-cookbook): Fix inner property value
1 parent 66c2e78 commit 16f9c85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/docs/_examples/heroes-graphql-starter/ts/plnkr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"description": "Tour of Heroes: Part 6",
2+
"description": "Tour of Heroes - GraphQL Starter",
33
"basePath": "src/",
44
"files":[
55
"!**/*.d.ts",

public/docs/_examples/heroes-graphql-starter/ts/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ import { Component } from '@angular/core';
1515
styleUrls: ['./app.component.css']
1616
})
1717
export class AppComponent {
18-
title = 'Tour of Heroes';
18+
title = 'Tour of Heroes - GraphQL Starter';
1919
}

0 commit comments

Comments
 (0)