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

pull/45229/head
Tom 2022-02-23 09:42:29 -06:00 committed by GitHub
parent 74f84ff48a
commit 2586503f9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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