diff --git a/content/en/docs/hertz/tutorials/toolkit/more-feature/template.md b/content/en/docs/hertz/tutorials/toolkit/more-feature/template.md index 969d4e9ef6..b352ec7a43 100644 --- a/content/en/docs/hertz/tutorials/toolkit/more-feature/template.md +++ b/content/en/docs/hertz/tutorials/toolkit/more-feature/template.md @@ -610,7 +610,7 @@ type FilePathRenderInfo struct { GoModule string // go module ServiceName string // service name, changed as services are traversed MethodName string // method name, changed as methods are traversed - HandlerGenPath string // "api.gen_path" value + HandlerGenPath string // "api.handler_path" value } ``` diff --git a/content/zh/docs/hertz/tutorials/toolkit/more-feature/template.md b/content/zh/docs/hertz/tutorials/toolkit/more-feature/template.md index ae2a18c87d..6fb1ad6a18 100644 --- a/content/zh/docs/hertz/tutorials/toolkit/more-feature/template.md +++ b/content/zh/docs/hertz/tutorials/toolkit/more-feature/template.md @@ -601,7 +601,7 @@ layouts: GoModule string // go module ServiceName string // service name, changed as services are traversed MethodName string // method name, changed as methods are traversed - HandlerGenPath string // "api.gen_path" value + HandlerGenPath string // "api.handler_path" value } ```