Skip to content

Commit 7d83fde

Browse files
committed
Improve
1 parent 436f748 commit 7d83fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/Reference/Query/QueryDsl/template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ suppressLogging
221221
Properties explicitly set here will be used in preference to properties with the same name that exist
222222
in [executionOptions]({{< relref "../../database-config/#executionoptions" >}}).
223223

224-
## Command {#command}
224+
## Commands {#command}
225225

226226
A command is a feature that treats an SQL template and parameters as a single unit. You define an SQL template by annotating a class with the `org.komapper.annotation.KomapperCommand` annotation, and define the parameters in the class properties. How the SQL result is handled is expressed by inheriting from a specific class.
227227

0 commit comments

Comments
 (0)