docs: Correct grammar errors across multiple files (#23074)

Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Alex | Skip <alex@skip.money>
This commit is contained in:
Marco
2025-01-06 08:31:06 +00:00
committed by GitHub
co-authored by Marko Alex | Skip
parent 93282e101d
commit 24580eae9c
13 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ func NewEventManager(ctx context.Context) event.Manager {
return &Events{sdkCtx.EventManager()}
}
// Emit emits an typed event that is defined in the protobuf file.
// Emit emits a typed event that is defined in the protobuf file.
// In the future these events will be added to consensus.
func (e Events) Emit(event gogoproto.Message) error {
return e.EventManagerI.EmitTypedEvent(event)