You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by bi...@apache.org on 2019/02/15 16:19:13 UTC

[incubator-dubbo-spring-boot-project] branch master updated: Fix typo (#446)

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

biyuhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-spring-boot-project.git


The following commit(s) were added to refs/heads/master by this push:
     new b879a2f  Fix typo (#446)
b879a2f is described below

commit b879a2f5f3b5a4a65eaa2e40a90ba52eea4825f1
Author: O(ʒ) <sa...@gmail.com>
AuthorDate: Fri Feb 15 17:19:08 2019 +0100

    Fix typo (#446)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 770ad6c..c235eaa 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 [![codecov](https://codecov.io/gh/apache/incubator-dubbo-spring-boot-project/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/incubator-dubbo-spring-boot-project)
 ![license](https://img.shields.io/github/license/apache/incubator-dubbo-spring-boot-project.svg)
 
-[Apache Dubbo(incubating)](https://github.com/apache/incubator-dubbo) Spring Boot Project makes it easy to create [Spring Boot](https://github.com/spring-projects/spring-boot/) application using Dubbo as RPC Framework. What's more, it aslo provides 
+[Apache Dubbo(incubating)](https://github.com/apache/incubator-dubbo) Spring Boot Project makes it easy to create [Spring Boot](https://github.com/spring-projects/spring-boot/) application using Dubbo as RPC Framework. What's more, it also provides 
 
 * [auto-configure features](dubbo-spring-boot-autoconfigure) (e.g., annotation-driven, auto configuration, externalized configuration).
 * [production-ready features](dubbo-spring-boot-actuator) (e.g., security, health checks, externalized configuration).