Skip to content

Commit

Permalink
Merge pull request #81 from Borowiec-B/master
Browse files Browse the repository at this point in the history
Fix a typo in usingthymeleaf.md ("this allow us")
  • Loading branch information
ultraq committed Apr 6, 2021
2 parents 11868bc + e17cc46 commit 81908b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/3.0/usingthymeleaf.md
Expand Up @@ -136,7 +136,7 @@ functionality with:
<input type="text" name="userName" value="James Carrot" th:value="${user.name}" />
```

Not only will this be correctly displayed by browsers, but this also allow us to
Not only will this be correctly displayed by browsers, but this also allows us to
(optionally) specify a value attribute in it ("James Carrot", in this case) that
will be displayed when the prototype is statically opened in a browser, and that
will be substituted by the value resulting from the evaluation of `${user.name}`
Expand Down

0 comments on commit 81908b9

Please sign in to comment.