From 2586503f9c014897630b4f8c70e9fae91a342dd7 Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Wed, 23 Feb 2022 09:42:29 -0600 Subject: [PATCH] fix: typo in rdbms git tutorial title (#45226) --- client/i18n/locales/english/intro.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."