Skip to content

Commit 5bf028e

Browse files
authored
Merge pull request thymeleaf#70 from samorajp/patch-1
Fix "emtpy" typo in usingthymeleaf.md
2 parents b8bc986 + d41de26 commit 5bf028e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/3.0/usingthymeleaf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2807,11 +2807,11 @@ So the result is:
28072807

28082808
### Advanced conditional insertion of fragments
28092809

2810-
The availability of both the *emtpy fragment* and *no-operation token* allows us
2810+
The availability of both the *empty fragment* and *no-operation token* allows us
28112811
to perform conditional insertion of fragments in a very easy and elegant way.
28122812

28132813
For example, we could do this in order to insert our `common :: adminhead`
2814-
fragment *only* if the user is an administrator, and insert nothing (emtpy
2814+
fragment *only* if the user is an administrator, and insert nothing (empty
28152815
fragment) if not:
28162816

28172817
```html

0 commit comments

Comments
 (0)