diff --git a/docs/ikev2-howto-zh.md b/docs/ikev2-howto-zh.md
index ae40418..e3091ba 100644
--- a/docs/ikev2-howto-zh.md
+++ b/docs/ikev2-howto-zh.md
@@ -81,7 +81,7 @@ sudo VPN_CLIENT_NAME='your_client_name' ikev2.sh --auto
 sudo VPN_DNS_SRV1=1.1.1.1 VPN_DNS_SRV2=1.0.0.1 ikev2.sh --auto
 ```
 
-默认情况下,导入 IKEv2 客户端配置文件时不需要密码。你可以选择使用随机密码保护客户端配置文件。这是可选的。示例如下:
+默认情况下,导入 IKEv2 客户端配置时不需要密码。你可以选择使用随机密码保护客户端配置文件。这是可选的。示例如下:
 
 ```bash
 sudo VPN_PROTECT_CONFIG=yes ikev2.sh --auto
diff --git a/docs/ikev2-howto.md b/docs/ikev2-howto.md
index fb12834..6600474 100644
--- a/docs/ikev2-howto.md
+++ b/docs/ikev2-howto.md
@@ -81,7 +81,7 @@ By default, IKEv2 clients are set to use [Google Public DNS](https://developers.
 sudo VPN_DNS_SRV1=1.1.1.1 VPN_DNS_SRV2=1.0.0.1 ikev2.sh --auto
 ```
 
-By default, no password is required when importing IKEv2 client config files. You may optionally choose to protect client config files using a random password. Example:
+By default, no password is required when importing IKEv2 client configuration. You may optionally choose to protect client config files using a random password. Example:
 
 ```bash
 sudo VPN_PROTECT_CONFIG=yes ikev2.sh --auto