Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 349704a

Browse files
authored
Merge pull request IntuitDeveloper#1 from IntuitDeveloper/pattyhair-typos
Standardize on Hello, World! spelling (comma and explanation point).
2 parents 9370dc4 + c6cd9b5 commit 349704a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/templates/home.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<html>
22
<head>
3-
<title>HelloWorld Sample App - Intuit</title>
3+
<title>Hello, World! Sample App - Intuit</title>
44
<link rel="stylesheet" type="text/css" href="../static/css/style.css" th:href="@{css/style.css}"/>
55
</head>
66
<body>
7-
<h3>Welcome to the Intuit's HelloWorld Sample App!</h3>
7+
<h3>Welcome to the Intuit's Hello, World! Sample App!</h3>
88
Before using this app, please make sure you do the following:
99
<ul>
1010
<li>
@@ -48,4 +48,4 @@ <h3>Welcome to the Intuit's HelloWorld Sample App!</h3>
4848
</script>
4949

5050
</body>
51-
</html>
51+
</html>

0 commit comments

Comments
 (0)