Greg Turnquist 13 лет назад
Родитель
Сommit
b301d5bc89
2 измененных файлов: 6 добавлений и 6 удалений
  1. 3
    3
      README.ftl.md
  2. 3
    3
      README.md

+ 3
- 3
README.ftl.md Просмотреть файл

@@ -254,9 +254,9 @@ The response shows that shutdown through REST is currently disabled by default:
254 254
 {"message":"Shutdown not enabled, sorry."}
255 255
 ```
256 256
 
257
-Whew! You probably don't want that until you are ready to turn on proper security settings, it at all.
257
+Whew! You probably don't want that until you are ready to turn on proper security settings, if at all.
258 258
 
259
-For more details about each of these REST points and how you can tune their settings with an ``application.properties` file, check out the [Spring Boot][spring-boot] project.
259
+For more details about each of these REST points and how you can tune their settings with an `application.properties` file, check out the [Spring Boot][spring-boot] project.
260 260
 
261 261
 View Spring Boot's starters
262 262
 ----------------------
@@ -296,7 +296,7 @@ class ThisWillActuallyRun {
296 296
 }
297 297
 ```
298 298
 
299
-> **Note:** It doesn't matter where the file is.
299
+> **Note:** It doesn't matter where the file is. You can fit an that small inside a [single tweet](https://twitter.com/rob_winch/status/364871658483351552)!
300 300
 
301 301
 Next, [install Spring Boot's CLI](https://github.com/SpringSource/spring-boot#installing-the-cli).
302 302
 

+ 3
- 3
README.md Просмотреть файл

@@ -425,9 +425,9 @@ The response shows that shutdown through REST is currently disabled by default:
425 425
 {"message":"Shutdown not enabled, sorry."}
426 426
 ```
427 427
 
428
-Whew! You probably don't want that until you are ready to turn on proper security settings, it at all.
428
+Whew! You probably don't want that until you are ready to turn on proper security settings, if at all.
429 429
 
430
-For more details about each of these REST points and how you can tune their settings with an ``application.properties` file, check out the [Spring Boot][spring-boot] project.
430
+For more details about each of these REST points and how you can tune their settings with an `application.properties` file, check out the [Spring Boot][spring-boot] project.
431 431
 
432 432
 View Spring Boot's starters
433 433
 ----------------------
@@ -467,7 +467,7 @@ class ThisWillActuallyRun {
467 467
 }
468 468
 ```
469 469
 
470
-> **Note:** It doesn't matter where the file is.
470
+> **Note:** It doesn't matter where the file is. You can fit an that small inside a [single tweet](https://twitter.com/rob_winch/status/364871658483351552)!
471 471
 
472 472
 Next, [install Spring Boot's CLI](https://github.com/SpringSource/spring-boot#installing-the-cli).
473 473