From 947a003598c95a1aaaf3108785d9ce2f3556ba83 Mon Sep 17 00:00:00 2001 From: GalvinGao Date: Thu, 17 Feb 2022 22:52:18 +0800 Subject: [PATCH] Fix Typo for ConsoleLogger godoc (#842) --- 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 {