From 40f423824293dcc6ddb0a046729cab5046164450 Mon Sep 17 00:00:00 2001 From: Kolbe Kegel Date: Mon, 12 Apr 2021 19:23:50 -0700 Subject: [PATCH] cherry pick #5292 to master Signed-off-by: ti-srebot --- tiup/tiup-mirror-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiup/tiup-mirror-reference.md b/tiup/tiup-mirror-reference.md index 04922c4edd435..4eb30cd2fcb14 100644 --- a/tiup/tiup-mirror-reference.md +++ b/tiup/tiup-mirror-reference.md @@ -15,7 +15,7 @@ TiUP mirrors are TiUP's component warehouse, which stores components and their m You can create a TiUP mirror using one of the following two methods: + Execute `tiup mirror init` to create a mirror from scratch. -+ Execute `tiup mirrir clone` to clone from an existing mirror. ++ Execute `tiup mirror clone` to clone from an existing mirror. After the mirror is created, you can add components to or delete components from the mirror using the `tiup mirror` commands. TiUP updates a mirror by adding files and assigning a new version number to it, rather than deleting any files from the mirror.