fix: typo in rdbms git tutorial title (#45226)

This commit is contained in:
Tom
2022-02-23 09:42:29 -06:00
committed by GitHub
parent 74f84ff48a
commit 2586503f9c

View File

@ -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."