]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 30 Oct 2023 11:12:57 +0000 (15:12 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 30 Oct 2023 11:12:57 +0000 (15:12 +0400)
docs/en/docs/release-notes.md

index 3f05787fd9b71abd3bdb6bedc469ab5a524bfb9e..fee5b108012647112e02496fc43c00bf8c13ca8b 100644 (file)
@@ -13,7 +13,7 @@ hide:
 ### Fixes
 
 * 📌 Pin Swagger UI version to 5.9.0 temporarily to handle a bug crashing it in 5.9.1. PR [#10529](https://github.com/tiangolo/fastapi/pull/10529) by [@alejandraklachquin](https://github.com/alejandraklachquin).
-    * This is not really a bug in FastAPI but in Swagger UI, nevertheless pinning the version will work while a soulution is found on the [Swagger UI side](https://github.com/swagger-api/swagger-ui/issues/9337).
+    * This is not really a bug in FastAPI but in Swagger UI, nevertheless pinning the version will work while a solution is found on the [Swagger UI side](https://github.com/swagger-api/swagger-ui/issues/9337).
 
 ### Docs