]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏️ Fix typo in `docs/ja/docs/tutorial/encoder.md` (#13815)
authorHirokatsu Endo <ruzia@idealab.jp>
Sun, 22 Jun 2025 14:36:05 +0000 (23:36 +0900)
committerGitHub <noreply@github.com>
Sun, 22 Jun 2025 14:36:05 +0000 (16:36 +0200)
docs/ja/docs/tutorial/encoder.md

index 409ebeec652774fee3e6b05f885138f939105c27..309cf8857753e04b20de098ac3458b5d3d41b7ab 100644 (file)
@@ -8,7 +8,7 @@
 
 ## `jsonable_encoder`の使用
 
-JSON互換のデータのみを受信するデータベース`fase_db`があるとしましょう。
+JSON互換のデータのみを受信するデータベース`fake_db`があるとしましょう。
 
 例えば、`datetime`オブジェクトはJSONと互換性がないので、このデーターベースには受け取られません。