Skip to content

Commit 7b7c66c

Browse files
scordiochristophstrobl
authored andcommitted
Fix typo in reference documentation.
Closes: #3348
1 parent ff92e85 commit 7b7c66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/antora/modules/ROOT/pages/jpa/getting-started.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Person {
2222
private Long id;
2323
private String name;
2424
25-
// getters and setters ommited for brevity
25+
// getters and setters omitted for brevity
2626
}
2727
2828
interface PersonRepository extends Repository<Person, Long> {

0 commit comments

Comments
 (0)