Skip to content

Commit 1ad7334

Browse files
authored
Merge pull request thymeleaf#79 from klucsik/patch-1
fix typo in springmvcaccessdata.md#Session_attributes
2 parents 041f2ab + 1df3e32 commit 1ad7334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/articles/springmvcaccessdata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ In the below example we add `mySessionAttribute` to session:
115115
}
116116
```
117117

118-
Similarly to the request parameters, session attributes can be access by using the `session.` prefix:
118+
Similarly to the request parameters, session attributes can be accessed by using the `session.` prefix:
119119

120120
```html
121121
<p th:text="${session.mySessionAttribute}" th:unless="${session == null}">[...]</p>

0 commit comments

Comments
 (0)