Skip to content

Commit d97ff7d

Browse files
authored
docs: fix typo in README (#682)
1 parent f8e00f3 commit d97ff7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@ If you want to disable it simply pass `classTransformer: false` to createExpress
12151215

12161216
## Controller Inheritance
12171217

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.
12191219
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.
12201220

12211221
```typescript

0 commit comments

Comments
 (0)