diff --git a/docs/api/ctx.md b/docs/api/ctx.md index 24efe3f5a8..9a5bf3ccd4 100644 --- a/docs/api/ctx.md +++ b/docs/api/ctx.md @@ -1136,7 +1136,7 @@ Make copies or use the [**`Immutable`**](./ctx.md) setting instead. [Read more.. This method can be used to get the route parameters. You can pass an optional default value that will be returned if the param key does not exist. :::info -Defaults to an empty string (`""`) if the param **doesn't** exist. +Defaults to an empty string \(`""`\) if the param **doesn't** exist. ::: ```go title="Signature"