1
0
Fork 0

fix(docs): Update and correct Pattern documentation

This commit is contained in:
Benjamin F 2022-12-08 20:40:31 -08:00
parent 3a15f7a730
commit ee162bf99a
5 changed files with 14 additions and 12 deletions

View file

@ -18,7 +18,7 @@ Pattern pattern.on(string hook, function method)
<Tip>
Refer to [the Lifecycle hooks documentation](/reference/hooks/) for a list
of all avaialble lifecycle hooks, as well as the signature of the function you
of all availalble lifecycle hooks, as well as the signature of the function you
should pass it.
</Tip>