diff --git a/pages/serverless-functions/how-to/package-function-dependencies-in-zip.mdx b/pages/serverless-functions/how-to/package-function-dependencies-in-zip.mdx index b4d359ad5b..e36dacd183 100644 --- a/pages/serverless-functions/how-to/package-function-dependencies-in-zip.mdx +++ b/pages/serverless-functions/how-to/package-function-dependencies-in-zip.mdx @@ -194,7 +194,7 @@ The example above will create a `.zip` archive that contains the myFunction fold - For the file `handler.go` at the root of the project → `Handle`. - By default, the handler path is `Handle` (package main at the root of the archive). + By default, the handler path is `Handle` (package handler at the root of the archive).