1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-02-13 16:31:59 +02:00

fixed comment typo

This commit is contained in:
Gani Georgiev 2024-10-07 09:25:17 +03:00
parent 9087b68651
commit 1d4dd5d5b4

View File

@ -36,7 +36,7 @@ type Handler[T Resolver] struct {
// Hook defines a generic concurrent safe structure for managing event hooks.
//
// When using custom a event it must embed the base [hook.Event].
// When using custom event it must embed the base [hook.Event].
//
// Example:
//