diff --git a/index.html b/index.html index 0e3b770..f92f938 100644 --- a/index.html +++ b/index.html @@ -84,7 +84,7 @@ if (!city.guessed) { city.guessed = true; - this.message = `${city.name} (population ${city.pop}) is the ${ordinal_suffix_of(rank)} most populated city in ${this.state}.`; + this.message = `${city.name} (population ${city.pop}) is the ${ordinal_suffix_of(rank + 1)} most populated city in ${this.state}.`; this.city_guess = ""; } else { this.message = `Already guessed ${city.name} (population ${city.pop}, rank ${rank}).`;