From 1ba20162834ceb9e8adf0fd1bf45a5b5118a9b60 Mon Sep 17 00:00:00 2001 From: Lilian Lee Date: Mon, 16 Dec 2024 18:06:00 +0800 Subject: [PATCH] develop: fix CURD to CRUD (#19706) --- develop/dev-guide-tidb-crud-sql.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/develop/dev-guide-tidb-crud-sql.md b/develop/dev-guide-tidb-crud-sql.md index 435b90a68204d..f0315f1f4540b 100644 --- a/develop/dev-guide-tidb-crud-sql.md +++ b/develop/dev-guide-tidb-crud-sql.md @@ -1,11 +1,11 @@ --- title: CRUD SQL in TiDB -summary: A brief introduction to TiDB's CURD SQL. +summary: A brief introduction to TiDB's CRUD SQL. --- # CRUD SQL in TiDB -This document briefly introduces how to use TiDB's CURD SQL. +This document briefly introduces how to use TiDB's CRUD SQL. ## Before you start