You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1215,7 +1215,7 @@ If you want to disable it simply pass `classTransformer: false` to createExpress
1215
1215
1216
1216
## Controller Inheritance
1217
1217
1218
-
Often your application may need to have an option to inherit controller from another to reuse code and void duplication.
1218
+
Often your application may need to have an option to inherit controller from another to reuse code and avoid duplication.
1219
1219
A good example of the use is the CRUD operations which can be hidden inside `AbstractBaseController` with the possibility to add new and overload methods, the template method pattern.
0 commit comments