From ea6cc28d27128e7455e8cb38f24976043319fe26 Mon Sep 17 00:00:00 2001 From: lilin90 Date: Mon, 16 Dec 2024 17:54:58 +0800 Subject: [PATCH] develop: fix CURD to CRUD --- 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