From e0d23e4b94b17f74451556db487b93afbb1ba1bd Mon Sep 17 00:00:00 2001 From: GalvinGao Date: Thu, 17 Feb 2022 22:49:18 +0800 Subject: [PATCH] Fix Typo for ConsoleLogger godoc --- fxevent/console.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fxevent/console.go b/fxevent/console.go index 88d146546..4737f7059 100644 --- a/fxevent/console.go +++ b/fxevent/console.go @@ -27,7 +27,7 @@ import ( ) // ConsoleLogger is an Fx event logger that attempts to write human-readable -// mesasges to the console. +// messages to the console. // // Use this during development. type ConsoleLogger struct {