From 4b8be11df8f8967f71d8469bf7976c36b53c8f54 Mon Sep 17 00:00:00 2001 From: Aaron Moline Date: Sat, 19 Oct 2019 14:48:57 -0500 Subject: [PATCH] Updating grammar in App.vue. --- agenda-app/final/src/App.vue | 4 ++-- agenda-app/lesson-7/src/App.vue | 6 +++--- agenda-app/lesson-8/src/App.vue | 4 ++-- agenda-app/lesson-9/src/App.vue | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/agenda-app/final/src/App.vue b/agenda-app/final/src/App.vue index 8341d08..b24e3a0 100644 --- a/agenda-app/final/src/App.vue +++ b/agenda-app/final/src/App.vue @@ -22,7 +22,7 @@

Schedule

- It's going to be busy that today. You have + It's going to be busy today. You have {{events.length}} events today.

@@ -40,7 +40,7 @@

- Don't forget your sunglasses. Today will dry and sunny, becoming + Don't forget your sunglasses. Today will be dry and sunny, becoming warm in the afternoon with temperatures of between 20 and 25 degrees.

diff --git a/agenda-app/lesson-7/src/App.vue b/agenda-app/lesson-7/src/App.vue index af192b7..ab27d2b 100644 --- a/agenda-app/lesson-7/src/App.vue +++ b/agenda-app/lesson-7/src/App.vue @@ -22,7 +22,7 @@

Schedule

- It's going to be busy that today. You have + It's going to be busy today. You have {{events.length}} events today.

@@ -40,8 +40,8 @@

- Don't forget your sunglasses. Today will dry and sunny, becoming - warm in the afternoon with temperatures of between 20 and 25 + Don't forget your sunglasses. Today will be dry and sunny, becoming + warm in the afternoon with temperatures between 20 and 25 degrees.

diff --git a/agenda-app/lesson-8/src/App.vue b/agenda-app/lesson-8/src/App.vue index bb640ae..d12b278 100644 --- a/agenda-app/lesson-8/src/App.vue +++ b/agenda-app/lesson-8/src/App.vue @@ -40,8 +40,8 @@

- Don't forget your sunglasses. Today will dry and sunny, becoming - warm in the afternoon with temperatures of between 20 and 25 + Don't forget your sunglasses. Today will be dry and sunny, becoming + warm in the afternoon with temperatures between 20 and 25 degrees.

diff --git a/agenda-app/lesson-9/src/App.vue b/agenda-app/lesson-9/src/App.vue index 8341d08..c6ec664 100644 --- a/agenda-app/lesson-9/src/App.vue +++ b/agenda-app/lesson-9/src/App.vue @@ -22,7 +22,7 @@

Schedule

- It's going to be busy that today. You have + It's going to be busy today. You have {{events.length}} events today.

@@ -40,8 +40,8 @@

- Don't forget your sunglasses. Today will dry and sunny, becoming - warm in the afternoon with temperatures of between 20 and 25 + Don't forget your sunglasses. Today will be dry and sunny, becoming + warm in the afternoon with temperatures between 20 and 25 degrees.