Skip to content

Commit

Permalink
✏ Fix typo in fastapi/openapi/docs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Aug 26, 2022
1 parent d1e87cd commit 38bcdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi/openapi/docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def get_redoc_html(
</head>
<body>
<noscript>
Redoc requires Javascript to function. Please enable it to browse the documentation.
ReDoc requires Javascript to function. Please enable it to browse the documentation.
</noscript>
<redoc spec-url="{openapi_url}"></redoc>
<script src="{redoc_js_url}"> </script>
Expand Down

0 comments on commit 38bcdc3

Please sign in to comment.