This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.2 by this push:
     new 5f4d30fe3e Correcting the document content (#12883)
5f4d30fe3e is described below

commit 5f4d30fe3ec37cbccfcc298dbe975057479afe6b
Author: wangda <[email protected]>
AuthorDate: Fri Aug 11 21:15:40 2023 +0800

    Correcting the document content (#12883)
    
    Signed-off-by: zhangwd3 <[email protected]>
---
 CHANGES.md                                                  | 8 ++++----
 README.md                                                   | 4 ++--
 dubbo-spring-boot/dubbo-spring-boot-autoconfigure/README.md | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 625906f3b8..2c282afdf6 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -184,7 +184,7 @@ check 2.7.5 milestone for details.
 - Add a script to check dependencies license. 
[#3840](https://github.com/apache/dubbo/issues/3840)
 - Change DynamicConfiguration definition to better adapt to Apollo's namespace 
storage model.[#3266](https://github.com/apache/dubbo/issues/3266)
 - use equal explicit class to replace anonymous class 
[#4027](https://github.com/apache/dubbo/issues/4027)
-- Seperate Constants.java into some SubConstants Class 
[#3137](https://github.com/apache/dubbo/issues/3137)
+- Separate Constants.java into some SubConstants Class 
[#3137](https://github.com/apache/dubbo/issues/3137)
 - Need to enhance DecodeableRpcResult error message 
[#3994](https://github.com/apache/dubbo/issues/3994)
 - Provide more meaningful binary releases. 
[#2491](https://github.com/apache/dubbo/issues/2491)
 - remove useless module-dubbo-test-integration 
[#3573](https://github.com/apache/dubbo/issues/3573)
@@ -211,7 +211,7 @@ check 2.7.5 milestone for details.
 - Fix consumer will generate wrong stackTrace. 
[#4137](https://github.com/apache/dubbo/issues/4137)
 - nacos registry serviceName may conflict. 
[#4111](https://github.com/apache/dubbo/issues/4111)
 - The client loses the listener when the network is reconnected. 
[#4115](https://github.com/apache/dubbo/issues/4115)
-- fix registery urls increase forever when recreate reference proxy. 
[#4109](https://github.com/apache/dubbo/issues/4109)
+- fix registry urls increase forever when recreate reference proxy. 
[#4109](https://github.com/apache/dubbo/issues/4109)
 - In dubbo 2.7.1,the watcher processor of zookeeper client throw 
Nullpointexception. [#3866](https://github.com/apache/dubbo/issues/3866)
 - ReferenceConfig initialized not changed to false once subscribe throws 
exception [#4068](https://github.com/apache/dubbo/issues/4068)
 - dubbo registry extension compatibility with dubbo 2.6.x. 
[#3882](https://github.com/apache/dubbo/issues/3882)
@@ -400,7 +400,7 @@ Enhancement / New feature:
 * tag route.  #3065 
 * Use Netty4 as default Netty version. #3029 
 * upporting Java 8 Date/Time type when serializing with Kryo #3519 
-* supoort config telnet  #3511
+* support config telnet  #3511
 * add annotation driven in MethodConfig and ArgumentConfig #2603
 * add nacos-registry module #3296  
 * add `protocol` attribute in `@Rerefence` #3555 
@@ -416,7 +416,7 @@ BugFix:
 * SPI entires dup by 3 times #3315 
 * fix Consumer throws RpcException after RegistryDirectory notify in high QPS 
#2016 
 * fix NPE in @Reference when using Junit to test dubbo service #3429 
-* fix consuer always catch java.lang.reflect.UndeclaredThrowableException for 
any exception throws in provider  #3386 
+* fix consumer always catch java.lang.reflect.UndeclaredThrowableException for 
any exception throws in provider  #3386 
 * fix the priority of `DubboConfigConfigurationSelector ` #2897 
 * fix `@Rerefence#parameters()` not work #2301 
 
diff --git a/README.md b/README.md
index e34ee20894..ec71c66336 100644
--- a/README.md
+++ b/README.md
@@ -183,7 +183,7 @@ If you want to try out the cutting-edge features, you can 
build with the followi
 ## Recommended Test Environment
 To avoid intermittent test failures (i.e., flaky tests), it is recommended to 
have a machine or virtual machine with the following specifications:
 
-* Minumum of 2CPUs.
+* Minimum of 2CPUs.
 * Minimum of 2Gb of RAM.
 
 ## Contact
@@ -242,4 +242,4 @@ Please report security vulnerabilities to 
[us](mailto:[email protected])
 
 ## License
 
-Apache Dubbo software is licenced under the Apache License Version 2.0. See 
the [LICENSE](https://github.com/apache/dubbo/blob/master/LICENSE) file for 
details.
+Apache Dubbo software is licensed under the Apache License Version 2.0. See 
the [LICENSE](https://github.com/apache/dubbo/blob/master/LICENSE) file for 
details.
diff --git a/dubbo-spring-boot/dubbo-spring-boot-autoconfigure/README.md 
b/dubbo-spring-boot/dubbo-spring-boot-autoconfigure/README.md
index 0e0dd0f0f0..93119160e2 100644
--- a/dubbo-spring-boot/dubbo-spring-boot-autoconfigure/README.md
+++ b/dubbo-spring-boot/dubbo-spring-boot-autoconfigure/README.md
@@ -76,7 +76,7 @@ dubbo.application.owner = bar
 dubbo.registry.address = 10.20.153.10:9090
 ```
 
-There are two Spring Beans will be initialized when Spring `ApplicatonContext` 
is ready, their Bean types are `ApplicationConfig` and `RegistryConfig`.
+There are two Spring Beans will be initialized when Spring 
`ApplicationContext` is ready, their Bean types are `ApplicationConfig` and 
`RegistryConfig`.
 
 
 

Reply via email to