From 6880c4b272eaaf4c2ccef5515c8d814cea0468c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E7=A6=B9=E5=85=89?= Date: Mon, 19 Aug 2019 12:04:26 +0800 Subject: [PATCH] fix docs typo --- spring-cloud-alibaba-docs/src/main/asciidoc/nacos-config.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-cloud-alibaba-docs/src/main/asciidoc/nacos-config.adoc b/spring-cloud-alibaba-docs/src/main/asciidoc/nacos-config.adoc index 5c84dd069..c6953fc6d 100644 --- a/spring-cloud-alibaba-docs/src/main/asciidoc/nacos-config.adoc +++ b/spring-cloud-alibaba-docs/src/main/asciidoc/nacos-config.adoc @@ -100,7 +100,7 @@ user name :nacos-config-properties; age: 90 Nacos Config supports yaml format as well. You only need to complete the following 2 steps. -1. In the bootstrap.properties file, add the following line to claim that the format of DataId is yaml. As follows: +1、In the bootstrap.properties file, add the following line to claim that the format of DataId is yaml. As follows: .bootstrap.properties [source,yaml] @@ -108,7 +108,7 @@ Nacos Config supports yaml format as well. You only need to complete the followi spring.cloud.nacos.config.file-extension=yaml ---- -2. Add a configuration with the DataId in yaml format on the Nacos console, as shown below: +2、Add a configuration with the DataId in yaml format on the Nacos console, as shown below: [source,subs="normal"] ----