From 25b2614eea899e26cb7344413b55325bfa5d9cb5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 30 Jun 2016 13:30:00 +0200 Subject: [PATCH] Fix typo --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 4002b08b..77834939 100644 --- a/README.adoc +++ b/README.adoc @@ -4,7 +4,7 @@ :boot-doc: http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle :code: https://github.com/spring-io/initializr/blob/master -Spring Initializr provides an extensible API to generate quickstrat project. It also +Spring Initializr provides an extensible API to generate quickstart projects. It also provides a configurable service: you can see our default instance at link:https://start.spring.io[]. It provides a simple web UI to configure the project to generate and endpoints that you can use via plain HTTP.