Skip to content

Commit 63bb4e7

Browse files
Fix typo
Co-authored-by: Padraic Shafer <76011594+padraic-shafer@users.noreply.github.com>
1 parent 5514ba9 commit 63bb4e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/how-to/authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ provide their own mechanism for collection credentials
147147
user to authorize a session (for device code grants).
148148

149149
Custom applications should avoid using the convenience functions
150-
`tiled.client.construtors.from_uri` and
151-
`tiled.client.construtors.from_profile`. Instead, follow this pattern:
150+
`tiled.client.constructors.from_uri` and
151+
`tiled.client.constructors.from_profile`. Instead, follow this pattern:
152152

153153
```py
154154
from tiled.client import Context

0 commit comments

Comments
 (0)