Skip to content

Commit

Permalink
Update surrealdb.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
liamwh committed Sep 25, 2024
1 parent 174f63c commit 7f8ac35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/getting-started/adapters/surrealdb.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const clientPromise = new Promise<ExperimentalSurrealHTTP<typeof fetch>>(
}
)

// Export a module-scoped MongoClient promise. By doing this in a
// Export a module-scoped Promise<Surreal>. By doing this in a
// separate module, the client can be shared across functions.
export default clientPromise
```

0 comments on commit 7f8ac35

Please sign in to comment.