There was an error while loading. Please reload this page.
2 parents b8bc986 + d41de26 commit 5bf028eCopy full SHA for 5bf028e
docs/tutorials/3.0/usingthymeleaf.md
@@ -2807,11 +2807,11 @@ So the result is:
2807
2808
### Advanced conditional insertion of fragments
2809
2810
-The availability of both the *emtpy fragment* and *no-operation token* allows us
+The availability of both the *empty fragment* and *no-operation token* allows us
2811
to perform conditional insertion of fragments in a very easy and elegant way.
2812
2813
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
+fragment *only* if the user is an administrator, and insert nothing (empty
2815
fragment) if not:
2816
2817
```html
0 commit comments