Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie0129 committed Oct 9, 2024
1 parent 27e3b11 commit ee66300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ func setControlMagSafeLED(c *gin.Context) {

logrus.Infof("set control MagSafe LED to %t", d)

c.IndentedJSON(http.StatusCreated, fmt.Sprintf("ControlMagSafeLED set to %t. You should be able to the effect in a few minutes.", d))
c.IndentedJSON(http.StatusCreated, fmt.Sprintf("ControlMagSafeLED set to %t. You should be able to see the effect in a few minutes.", d))
}

func getCurrentCharge(c *gin.Context) {
Expand Down

0 comments on commit ee66300

Please sign in to comment.