From ca7acb5bebf33ce1a2aaccc4ef05c12862eac4e0 Mon Sep 17 00:00:00 2001 From: lixiang Date: Fri, 21 Mar 2025 07:09:41 +0000 Subject: [PATCH] Specifications and Common Mistakes:spell mistakes Signed-off-by: lixiang --- .../native-development-cluster-deployment-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/ClusterDeployment/native-development-cluster-deployment-guide.md b/docs/en/docs/ClusterDeployment/native-development-cluster-deployment-guide.md index c1fb74c51..051584ce3 100644 --- a/docs/en/docs/ClusterDeployment/native-development-cluster-deployment-guide.md +++ b/docs/en/docs/ClusterDeployment/native-development-cluster-deployment-guide.md @@ -136,7 +136,7 @@ The following table lists the software and images required during installation. 7. Add the configuration file. ``` - # vim br_netfilte.service + # vim br_netfilter.service [Unit] Description=To enable the core module br_netfilter when reboot -- Gitee