Skip to content

Commit 734ad47

Browse files
jensensksuess
andauthored
Apply suggestions from code review
Co-authored-by: Katja Süss <[email protected]>
1 parent e26a8b2 commit 734ad47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/backend/behaviors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ This looks like so:
117117
</object>
118118
```
119119

120-
After you apply the profile (or uninstall and install the custom add-on), the behavior is available on the Event content type.
120+
After you apply the profile (or uninstall and install the custom add-on), the behavior is effective on the Event content type.
121121

122122

123123
## Custom behaviors
@@ -128,7 +128,7 @@ Schema-only behaviors
128128
: These behaviors have only a schema with fields.
129129

130130
Full behaviors
131-
: A python class containing the logic of the behavior, an interface or schema defining the contract of the behavior, and a marker interface applied to the content type.
131+
: A python class containing the logic of the behavior, an interface or schema defining the contract of the behavior, and a marker interface applicable to a content type.
132132

133133
### Creating a schema-only behavior
134134

0 commit comments

Comments
 (0)