Skip to content

Commit

Permalink
Update content/docs/self-hosted/core-concepts/overview.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff See <jeffsee.55@gmail.com>
  • Loading branch information
logan-anderson and jeffsee55 authored Aug 3, 2023
1 parent 0bf6100 commit 052ff65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/self-hosted/core-concepts/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ If you wanted to use MongoDB for your database and Github for your Git Provider
```ts
// tina/database.ts
import { createDatabase, createLocalDatabase } from '@tinacms/datalayer'
import { GithubProvider } from 'tinacms-gitprovider-github'
import { GitHubProvider } from 'tinacms-gitprovider-github'
import { MongodbLevel } from 'mongodb-level'

const branch =
Expand Down

0 comments on commit 052ff65

Please sign in to comment.