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
This PR was squashed before being merged into the 5.4 branch.
Discussion
----------
Minor change in description
It is easier to understand and remember how to form string when described
```
on + 'PascalCase' // (e.g. onKernelException)
```
than how it is in docs for now
```
on + 'camel-case' // (e.g. onKernelException)
```
Commits
-------
8efc947 Minor change in description
0 commit comments