diff --git a/docs/pages/getting-started/adapters/surrealdb.mdx b/docs/pages/getting-started/adapters/surrealdb.mdx index 4411e84206..ccd2caee61 100644 --- a/docs/pages/getting-started/adapters/surrealdb.mdx +++ b/docs/pages/getting-started/adapters/surrealdb.mdx @@ -158,7 +158,7 @@ const clientPromise = new Promise>( } ) -// Export a module-scoped MongoClient promise. By doing this in a +// Export a module-scoped Promise. By doing this in a // separate module, the client can be shared across functions. export default clientPromise ```