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

A bit of literal error #48

Closed gweesin closed 3 years ago

gweesin commented 3 years ago

finishing-the-application Original sentence: The Initalizr creates a class with a main() method. The following listing shows the class the Initializr creates...

Revised sentence: The initializer creates a class with a main() method. The following listing shows the class the initializer creates...

dsyer commented 3 years ago

But "Initializr" is what we call it (https://github.com/spring-io/initializr), so I don't think this is an issue, unless I'm missing something.

gweesin commented 3 years ago

Haha, I'm sorry. I just started to learn spring. When I saw a development tool called "spring initializr", I understood that it was a tool for creating projects. I'm sorry for the delay.