From be05380bf2ff5c048a2247354e48971d3a5ccd73 Mon Sep 17 00:00:00 2001
From: Mengjiao Liu <mengjiao.liu@daocloud.io>
Date: Fri, 1 Apr 2022 19:50:18 +0800
Subject: [PATCH] [zh]Fix translation of finalizers.md

---
 .../docs/concepts/overview/working-with-objects/finalizers.md   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/zh/docs/concepts/overview/working-with-objects/finalizers.md b/content/zh/docs/concepts/overview/working-with-objects/finalizers.md
index d229c692f4..88bcad1413 100644
--- a/content/zh/docs/concepts/overview/working-with-objects/finalizers.md
+++ b/content/zh/docs/concepts/overview/working-with-objects/finalizers.md
@@ -48,7 +48,7 @@ and does the following:
 
   * 修改对象,将你开始执行删除的时间添加到 `metadata.deletionTimestamp` 字段。
   * 禁止对象被删除,直到其 `metadata.finalizers` 字段为空。
-  * 返回 `202` 作为状态码(HTTP "Accepted")。
+  * 返回 `202` 状态码(HTTP "Accepted")。
 
 <!--
 The controller managing that finalizer notices the update to the object setting the