summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/openapi3/Unmarshal.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/openapi3/Unmarshal.md')
-rw-r--r--docs/content/en/functions/openapi3/Unmarshal.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/functions/openapi3/Unmarshal.md b/docs/content/en/functions/openapi3/Unmarshal.md
index 50c793685..433337aef 100644
--- a/docs/content/en/functions/openapi3/Unmarshal.md
+++ b/docs/content/en/functions/openapi3/Unmarshal.md
@@ -17,7 +17,7 @@ Use the `openapi3.Unmarshal` function with [global], [page], or [remote] resourc
[remote]: /getting-started/glossary/#remote-resource
[OpenAPI]: https://www.openapis.org/
-For example, to work with a remote [OpenAPI] defintion:
+For example, to work with a remote [OpenAPI] definition:
```go-html-template
{{ $url := "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/examples/v3.0/petstore.json" }}