diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index b4d7d1b9fb..42882436c0 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -482,7 +482,7 @@ ] }, "learn-git-by-building-an-sql-reference-object": { - "title": "Learn Git by Building and SQL Reference Object", + "title": "Learn Git by Building an SQL Reference Object", "intro": [ "Git is a version control system that keeps track of all the changes you make to your codebase.", "In this 240 lesson course, you will learn how Git keeps track of your code by creating an object containing commonly used SQL commands."