Skip to content

Commit

Permalink
chore: drop '!' from "Hello Angular!"
Browse files Browse the repository at this point in the history
  • Loading branch information
wardbell committed Nov 8, 2016
1 parent bfd1896 commit 9de879d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { Component } from '@angular/core';

@Component({
selector: 'my-app',
template: `<h1>Hello Angular!</h1>`
template: `<h1>Hello Angular</h1>`
})
export class AppComponent { }
3 changes: 1 addition & 2 deletions e2e/app.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import { browser, element, by } from 'protractor';

describe('QuickStart E2E Tests', function () {

let expectedMsg = 'Hello Angular!';

let expectedMsg = 'Hello Angular';

beforeEach(function () {
browser.get('');
Expand Down

0 comments on commit 9de879d

Please sign in to comment.