Skip to content

Commit 553ad6b

Browse files
Update AGENTS.MD
Co-authored-by: Georg von Kries <[email protected]>
1 parent 53962fd commit 553ad6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AGENTS.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ public class YourField : ContentField
434434
- Use `sealed` for classes that should not be inherited
435435
- Use file-scoped namespaces
436436
- Prefer collection expressions (`[]`) over `new List<T>()`
437-
- Avoir use of primary constructors
437+
- Avoid use of primary constructors
438438

439439
### Naming Conventions
440440

0 commit comments

Comments
 (0)