Skip to content

Commit cb444be

Browse files
Gytis Triklerisgeoand
andauthored
Update docs/src/main/asciidoc/panache-rest.adoc
Co-authored-by: Georgios Andrianakis <[email protected]>
1 parent 35f922b commit cb444be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/panache-rest.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public class EntityCrudResourceImpl implements EntityCrudResource { // The actua
108108

109109
=== PanacheEntityCrudResource
110110

111-
If your application has an entity (e.g. `Person`) that extends either `PanacheEntity` or `PanacheEntityBase` class, you could tell Panache REST to generate its CRUD resource with the following interface:
111+
If your application has an entity (e.g. `Person`) that extends either `PanacheEntity` or `PanacheEntityBase` class, you could instruct Panache REST to generate its CRUD resource with the following interface:
112112

113113
[source,java]
114114
----

0 commit comments

Comments
 (0)