Skip to content

Commit 3412fac

Browse files
authored
Merge pull request #755 from JamesShaver/patch-2
docs: update events.md
2 parents 7c07326 + 12b326e commit 3412fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ for more information.
2323

2424
#### register
2525

26-
Triggered when a new user has registered in the system. It's only argument is the `User` entity itself.
26+
Triggered when a new user has registered in the system. The only argument is the `User` entity itself.
2727

2828
```php
2929
Events::trigger('register', $user);

0 commit comments

Comments
 (0)