Skip to content

Commit 19afae7

Browse files
karolryniosnicoll
authored andcommitted
Fix typos
Closes spring-projectsgh-5025
1 parent 6ea7450 commit 19afae7

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-samples/spring-boot-sample-flyway

1 file changed

+2
-2
lines changed

spring-boot-samples/spring-boot-sample-flyway/README.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
This sample demonstrates the flyway auto-configuration support.
44

5-
You can look at `http//localhost:8080/flyway` to review the list of scripts.
5+
You can look at `http://localhost:8080/flyway` to review the list of scripts.
66

7-
This sample also enables the H2 console (at `http//localhost:8080/h2-console`)
7+
This sample also enables the H2 console (at `http://localhost:8080/h2-console`)
88
so that you can review the state of the database (the default jdbc url is
99
`jdbc:h2:mem:testdb`).

0 commit comments

Comments
 (0)