Skip to content

Commit be05380

Browse files
author
Mengjiao Liu
committed
[zh]Fix translation of finalizers.md
1 parent f446e31 commit be05380

File tree

1 file changed

+1
-1
lines changed
  • content/zh/docs/concepts/overview/working-with-objects

1 file changed

+1
-1
lines changed

content/zh/docs/concepts/overview/working-with-objects/finalizers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ and does the following:
4848

4949
* 修改对象,将你开始执行删除的时间添加到 `metadata.deletionTimestamp` 字段。
5050
* 禁止对象被删除,直到其 `metadata.finalizers` 字段为空。
51-
* 返回 `202` 作为状态码(HTTP "Accepted")。
51+
* 返回 `202` 状态码(HTTP "Accepted")。
5252

5353
<!--
5454
The controller managing that finalizer notices the update to the object setting the

0 commit comments

Comments
 (0)