Skip to content

Commit

Permalink
everybody gets a lemon
Browse files Browse the repository at this point in the history
  • Loading branch information
duluca committed May 16, 2020
1 parent 03fdcff commit 60ccd98
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion projects/ch10/src/app/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { AuthService } from '../auth/auth.service'
You get a lemon, you get a lemon, you get a lemon...
</div>
<div class="mat-display-4">
Everbody gets a lemon.
Everybody gets a lemon.
</div>
</div>
<ng-template #doLogin>
Expand Down
2 changes: 1 addition & 1 deletion projects/ch11/src/app/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { AuthService } from '../auth/auth.service'
You get a lemon, you get a lemon, you get a lemon...
</div>
<div class="mat-display-4">
Everbody gets a lemon.
Everybody gets a lemon.
</div>
</div>
<ng-template #doLogin>
Expand Down
2 changes: 1 addition & 1 deletion projects/ch12/src/app/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { AuthService } from '../auth/auth.service'
You get a lemon, you get a lemon, you get a lemon...
</div>
<div class="mat-display-4">
Everbody gets a lemon.
Everybody gets a lemon.
</div>
</div>
<ng-template #doLogin>
Expand Down
2 changes: 1 addition & 1 deletion projects/ch13/src/app/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { AuthService } from '../auth/auth.service'
You get a lemon, you get a lemon, you get a lemon...
</div>
<div class="mat-display-4">
Everbody gets a lemon.
Everybody gets a lemon.
</div>
</div>
<ng-template #doLogin>
Expand Down
2 changes: 1 addition & 1 deletion projects/ch14/src/app/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { AuthService } from '../auth/auth.service'
You get a lemon, you get a lemon, you get a lemon...
</div>
<div class="mat-display-4">
Everbody gets a lemon.
Everybody gets a lemon.
</div>
</div>
<ng-template #doLogin>
Expand Down
2 changes: 1 addition & 1 deletion projects/ch8/src/app/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { AuthService } from '../auth/auth.service'
You get a lemon, you get a lemon, you get a lemon...
</div>
<div class="mat-display-4">
Everbody gets a lemon.
Everybody gets a lemon.
</div>
</div>
<ng-template #doLogin>
Expand Down
2 changes: 1 addition & 1 deletion src/app/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { AuthService } from '../auth/auth.service'
You get a lemon, you get a lemon, you get a lemon...
</div>
<div class="mat-display-4">
Everbody gets a lemon.
Everybody gets a lemon.
</div>
</div>
<ng-template #doLogin>
Expand Down

0 comments on commit 60ccd98

Please sign in to comment.