Skip to content

Commit 9bf6d52

Browse files
committed
docs: fix typo in docs
AdminForth/1791/update-live-demo
1 parent 097361a commit 9bf6d52

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

adminforth/documentation/docs/tutorial/06-Adapters/07-key-value-adapters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export default {
120120
type: AdminForthDataTypes.STRING,
121121
},
122122
{
123-
name: 'expire_at'
123+
name: 'expire_at',
124124
type: AdminForthDataTypes.DATETIME,
125125
}
126126
],

adminforth/documentation/docs/tutorial/09-Plugins/11-oauth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ Register the same `redirectUri` in BotFather under **Login Widget → Redirect U
373373

374374
If you use `@adminforth/chat-surface-adapter-telegram`, users must connect Telegram from **Settings → Connected Accounts** before the Telegram bot can identify them.
375375

376-
### Kaycloack Adapter
376+
### Keycloak Adapter
377377

378378
Install Adapter:
379379

0 commit comments

Comments
 (0)