From: Kay Jan Date: Tue, 9 Jan 2024 16:21:54 +0000 (+0800) Subject: ✏️ Fix typo in `openapi-callbacks.md` (#10673) X-Git-Tag: 0.109.0~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa53a48fe364a7c9de92479437ae275448b6e456;p=thirdparty%2Ffastapi%2Ffastapi.git ✏️ Fix typo in `openapi-callbacks.md` (#10673) --- diff --git a/docs/en/docs/advanced/openapi-callbacks.md b/docs/en/docs/advanced/openapi-callbacks.md index 37339eae57..03429b187f 100644 --- a/docs/en/docs/advanced/openapi-callbacks.md +++ b/docs/en/docs/advanced/openapi-callbacks.md @@ -38,7 +38,7 @@ This part is pretty normal, most of the code is probably already familiar to you !!! tip The `callback_url` query parameter uses a Pydantic URL type. -The only new thing is the `callbacks=messages_callback_router.routes` as an argument to the *path operation decorator*. We'll see what that is next. +The only new thing is the `callbacks=invoices_callback_router.routes` as an argument to the *path operation decorator*. We'll see what that is next. ## Documenting the callback