diff --git a/README.md b/README.md index b72c4a8..76e8628 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ By default, it will utilize all your CPU cores. ``` #### dump systemd service file -The standard systemd service file will show on your screen. You many want to use `>` to redirect to a file. +The standard systemd service file will show on your screen. You may want to use `>` to redirect to a file. ``` ./webp-server -dump-systemd diff --git a/router.go b/router.go index 5c3f4c6..9a50bc2 100644 --- a/router.go +++ b/router.go @@ -22,7 +22,7 @@ func Convert(ImgPath string, ExhaustPath string, AllowedTypes []string, QUALITY UA := c.Get("User-Agent") if strings.Contains(UA, "Safari") && !strings.Contains(UA, "Chrome") && !strings.Contains(UA, "Firefox") { - log.Info("A Safari use has arrived...") + log.Info("A Safari user has arrived...") c.SendFile(RawImageAbs) return }