Skip to content

Commit 52cece0

Browse files
Fix typo
1 parent 9067530 commit 52cece0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/introduction.ad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The GORM Logical Delete plugin provides support for utilizing logical deletes for GORM managed entities in a Grails 3 app.
22

33
A "logical" delete (sometimes referred to as a "soft" delete) is a delete that doesn't actually delete the relevant
4-
data but instead marks the data as deleted. Marking the data as deleted as the benefit of excluding the data from
4+
data but instead marks the data as deleted. Marking the data as deleted has the benefit of excluding the data from
55
queries by default while still maintaining the ability to retrieve the data when/if necessary. Essentially the plugin offers
66
a mechanism to "hide" domain objects from retrieval. This is useful for retaining data without having it clutter the current
77
set of active data.

0 commit comments

Comments
 (0)