Explorar el Código

Update README.md

typo fix
rns hace 11 años
padre
commit
d852d334f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -24,7 +24,7 @@ func main() {
 		c.String(401, "not authorized")
 	})
 	router.PUT("/error", func(c *gin.Context) {
-		c.String(500, "and error hapenned :(")
+		c.String(500, "and error happened :(")
 	})
 	router.Run(":8080")
 }