silenceper il y a 6 ans
Parent
commit
293d47c6fb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      officialaccount/server/server.go

+ 1 - 1
officialaccount/server/server.go

@@ -47,7 +47,7 @@ func NewServer(context *context.Context) *Server {
 	return srv
 }
 
-// SeSkipValidate set skip validate
+// SkipValidate set skip validate
 func (srv *Server) SkipValidate(skip bool) {
 	srv.skipValidate = skip
 }