spring-guides / gs-consuming-rest

Consuming a RESTful Web Service :: Learn how to retrieve web page data with Spring's RestTemplate.
https://spring.io/guides/gs/consuming-rest/
Apache License 2.0
195 stars 287 forks source link

Wrong word `Initalizr` #53

Closed taehoonkange closed 1 year ago

taehoonkange commented 1 year ago

I found the word on line 111 in README.adoc.

The Initalizr creates a class with a `main()` method. The following listing shows the
class the Initializr creates (at
`src/main/java/com/example/consumingrest/ConsumingRestApplication.java`):

Can you fix initalizr to initialzr

Buzzardo commented 1 year ago

Fixed by https://github.com/spring-guides/gs-consuming-rest/pull/55