From 82f03a8e78960764789cd685a22fc59345b38176 Mon Sep 17 00:00:00 2001 From: ti-srebot <66930949+ti-srebot@users.noreply.github.com> Date: Tue, 13 Apr 2021 10:29:50 +0800 Subject: [PATCH] mirrir -> mirror (#5292) (#5295) --- 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.