Skip to content

Commit 3b8ac5d

Browse files
authored
Update README.md
1 parent c992b72 commit 3b8ac5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ There is no longer a `Proto` decorator attached to instance decorators. Most ins
372372

373373
#### All decorators now take arguments
374374

375-
All decorators now take arguments. So instead of `@Once` you would do `@Once()`. This keeps the API consistent and doesn't require the develop to remember which decorators take arguments.
375+
All decorators now take arguments. So instead of `@Once` you would do `@Once()`. This keeps the API consistent and doesn't require the developer to remember which decorators take arguments.
376376

377377
#### Removal of extensions and validation package
378378

0 commit comments

Comments
 (0)