Skip to content

Commit 948128a

Browse files
Fix typo (#36592)
## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have helpful link attached, see `contributing.md` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. - [ ] Errors have helpful link attached, see `contributing.md` ## Documentation / Examples - [ ] Make sure the linting passes by running `yarn lint`
1 parent d6cb99b commit 948128a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/with-mongodb/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export async function getServerSideProps(context) {
226226
try {
227227
await clientPromise
228228
// `await clientPromise` will use the default database passed in the MONGODB_URI
229-
// However you can use another database (e.g. myDatabase) by replacing the `await clientPromise` with the folloing code:
229+
// However you can use another database (e.g. myDatabase) by replacing the `await clientPromise` with the following code:
230230
//
231231
// `const client = await clientPromise`
232232
// `const db = client.db("myDatabase")`

0 commit comments

Comments
 (0)