diff --git a/docs/.vitepress/theme/components/Codeblock.vue b/docs/.vitepress/theme/components/Codeblock.vue index bec5d06e0..0e7b13162 100644 --- a/docs/.vitepress/theme/components/Codeblock.vue +++ b/docs/.vitepress/theme/components/Codeblock.vue @@ -1,12 +1,12 @@ diff --git a/docs/guide/cookbook.md b/docs/guide/cookbook.md index 8c3b26fe8..cd722a95b 100644 --- a/docs/guide/cookbook.md +++ b/docs/guide/cookbook.md @@ -278,17 +278,17 @@ Form posts are `@OA\Post` requests with a `multipart/form-data` `@OA\RequestBody Unless specified each endpoint needs to declare what security schemes it supports. However, there is a way to also configure security schemes globally for the whole API. -This is done on the `@OA\OpenApi` annotations: +This is done on the `@OA\OpenApi` annotation: -