docs: fix typo in web
continuous-integration/drone the build failed Details

This commit is contained in:
Geno 2021-06-01 17:49:54 +02:00
parent 106ad42e78
commit 1edf36b7aa
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ var (
modules []ModuleRegisterFunc
)
// ModuleRegisterFunc format of module which registerd to WebService
// ModuleRegisterFunc format of module which registered to WebService
type ModuleRegisterFunc func(*gin.Engine, *Service)
// ModuleRegister used on start of WebService