Skip to content

Commit b98bd11

Browse files
committed
Fix typing in docs
1 parent ab80c48 commit b98bd11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs/settings/multi_tenant.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Override OpenAPI description
6666

6767
-----------------
6868

69-
### auto_error: `Optional[bool]`
69+
### auto_error: `bool`
7070
**Default:** `True`
7171

7272
Set this to False if you are using multiple authentication libraries. This will return rather than

docs/docs/settings/single_tenant.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Override OpenAPI description
6666

6767
-----------------
6868

69-
### auto_error: `Optional[bool]`
69+
### auto_error: `bool`
7070
**Default:** `True`
7171

7272
Set this to False if you are using multiple authentication libraries. This will return rather than

0 commit comments

Comments
 (0)