Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/articles/standarddialect5minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ means of wrapping the `HttpServletResponse` object (a commonly used mechanism).

Fragment expressions are an easy way to represent fragments of markup and move
them around templates. Thanks to these expressions, fragments can be replicated,
passed to other templates are arguments, and so on.
passed to other templates as arguments, and so on.

The most common use is for fragment insertion using `th:insert` or `th:replace`:

Expand Down