There was an error while loading. Please reload this page.
2 parents 041f2ab + 1df3e32 commit 1ad7334Copy full SHA for 1ad7334
docs/articles/springmvcaccessdata.md
@@ -115,7 +115,7 @@ In the below example we add `mySessionAttribute` to session:
115
}
116
```
117
118
-Similarly to the request parameters, session attributes can be access by using the `session.` prefix:
+Similarly to the request parameters, session attributes can be accessed by using the `session.` prefix:
119
120
```html
121
<p th:text="${session.mySessionAttribute}" th:unless="${session == null}">[...]</p>
0 commit comments