diff --git a/exercises/2-querying-a-db/README.md b/exercises/2-querying-a-db/README.md index 8703a36..211dfe3 100644 --- a/exercises/2-querying-a-db/README.md +++ b/exercises/2-querying-a-db/README.md @@ -19,7 +19,7 @@ To see the existing tables and columns, use the .schema command. Map this by han ##### Who has the least page views? How many do they have and where are they from? -##### Who are the most recent visitors to the site?(at lest 3) +##### Who are the most recent visitors to the site?(at least 3) ##### Who was the first visitor?