Skip to content

Commit 04e7798

Browse files
committed
[bugfix/fix-declare-network-policy-word] fix🐛: Remove the extra character 's'
Signed-off-by: qi.han <[email protected]>
1 parent 852503f commit 04e7798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/docs/tasks/administer-cluster/declare-network-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ You should be able to access the new `nginx` service from other Pods. To access
105105
## 通过从 Pod 访问服务对其进行测试
106106

107107
你应该可以从其它的 Pod 访问这个新的 `nginx` 服务。
108-
要从 default 命名空间中的其它s Pod 来访问该服务。可以启动一个 busybox 容器:
108+
要从 default 命名空间中的其它 Pod 来访问该服务。可以启动一个 busybox 容器:
109109

110110
```shell
111111
kubectl run busybox --rm -ti --image=busybox:1.28 /bin/sh

0 commit comments

Comments
 (0)