Skip to content

Commit 9f53e15

Browse files
committed
Merge pull request #1721 from ngocnhan-tran1996
* pr/1721: Fix typos in documentation and branch name in README Closes gh-1721
2 parents 218d209 + 71f699e commit 9f53e15

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A set of optional conventions for Spring Boot projects is provided and are used
2424
production instance at link:https://start.spring.io[]. To better understand how our
2525
service is configured, you may want to check {service}[the companion project] and, in
2626
particular, the
27-
{service}/blob/master/start-site/src/main/resources/application.yml[configuration of our
27+
{service}/blob/main/start-site/src/main/resources/application.yml[configuration of our
2828
instance]. Such configuration is also described in details in the documentation.
2929

3030
NOTE: While Spring Initializr is available on Maven Central, it is still in a pre 1.0

initializr-docs/src/main/asciidoc/configuration-guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ directory structure using available `ProjectContributor` beans.
136136

137137
While the default `ProjectAssetGenerator` uses the file system and invoke a particular set
138138
of components, it is possible to use the same `ProjectGenerator` instance with a custom
139-
implementation that focusses on something else entirely.
139+
implementation that focuses on something else entirely.
140140

141141

142142

initializr-generator/src/main/java/io/spring/initializr/generator/io/IndentingWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public IndentingWriter(Writer out) {
5050
* Create a new instance with the specified {@linkplain Writer writer} and indent
5151
* strategy.
5252
* @param out the writer to use
53-
* @param indentStrategy a function that provides the ident to use based on a
53+
* @param indentStrategy a function that provides the indent to use based on a
5454
* indentation level
5555
*/
5656
public IndentingWriter(Writer out, Function<Integer, String> indentStrategy) {

0 commit comments

Comments
 (0)