diff --git a/end/index.html b/end/index.html
index 7219730..d680c2b 100644
--- a/end/index.html
+++ b/end/index.html
@@ -5,7 +5,7 @@
Relecloud Galaxy Tours
-
+
diff --git a/end/index.js b/end/index.js
index bed86a2..4c1e534 100644
--- a/end/index.js
+++ b/end/index.js
@@ -23,7 +23,7 @@ const app = Vue.createApp({
}
},
- // TODO: Add completed values
+ // TODO: Add computed values
computed: {
bookingCabinDisplay() {
const cabin = this.product.cabins[this.booking.cabinIndex];
diff --git a/starter/index.html b/starter/index.html
index 5b7b366..c861f32 100644
--- a/starter/index.html
+++ b/starter/index.html
@@ -5,7 +5,7 @@
Relecloud Galaxy Tours
-
+
diff --git a/starter/index.js b/starter/index.js
index 10c14ae..b80b6ac 100644
--- a/starter/index.js
+++ b/starter/index.js
@@ -23,7 +23,7 @@ const app = Vue.createApp({
}
},
- // TODO: Add completed values
+ // TODO: Add computed values