commit d7b6c01403804b7151ff63c983337d9f9a084b44
parent 7c83d761d20aa2b16c0361d658826072a20b2101
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date: Thu, 19 Mar 2020 19:37:25 -0700
Fix English error.
Diffstat:
5 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
@@ -18,7 +18,7 @@ Spanish Quizzer currently supports the following vocabulary sets:
- Basic words (Colors, Days, and Months)
- Weather (La Clima)
- Family (La Familia)
-- Cloths (La Ropa)
+- Clothes (La Ropa)
- Nature (La Naturaleza)
- House (La Casa)
- Vacations (Las Vacaciones)
diff --git a/Spanish Quizzer.js b/Spanish Quizzer.js
@@ -70,7 +70,7 @@ function Load() {
Sets[5] = results.data;
}
});
- Papa.parse("https://raw.githubusercontent.com/AsherMorgan/Spanish-Quizzer/master/Vocab/Cloths.csv", {
+ Papa.parse("https://raw.githubusercontent.com/AsherMorgan/Spanish-Quizzer/master/Vocab/Clothes.csv", {
download: true,
complete: function(results) {
// Set verbs
diff --git a/Vocab/Cloths.csv b/Vocab/Clothes.csv
diff --git a/Vocab/House.csv b/Vocab/House.csv
@@ -18,7 +18,7 @@ Chair,La silla,Noun
Chandelier,La araƱa de luces,Noun
Clock,El reloj,Noun
Closet,El armario,Noun
-Cloths,La ropa,Noun
+Clothes,La ropa,Noun
Computer,La computadora,Noun
Condominium,El condominio,Noun
Curtains,Las cortinas,Noun
diff --git a/index.html b/index.html
@@ -122,7 +122,7 @@
</tr>
<tr>
<td>
- <label class="text" for="settingsMode6">Cloths</label>
+ <label class="text" for="settingsMode6">Clothes</label>
</td>
<td>
<select id="settingsMode6" class="settingsFilter">