We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02210bc commit 697bec3Copy full SHA for 697bec3
docs/api/ctx.md
@@ -1136,7 +1136,7 @@ Make copies or use the [**`Immutable`**](./ctx.md) setting instead. [Read more..
1136
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.
1137
1138
:::info
1139
-Defaults to an empty string (`""`) if the param **doesn't** exist.
+Defaults to an empty string \(`""`\) if the param **doesn't** exist.
1140
:::
1141
1142
```go title="Signature"
0 commit comments