Skip to content

Commit fa4f17f

Browse files
authored
Merge branch 'main' into gagik/status-6.0.3-clusters
2 parents 6fc82eb + facadf8 commit fa4f17f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

THIRD_PARTY_NOTICES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The following third-party software is used by and included in **mongosh**.
2-
This document was automatically generated on Fri Oct 11 2024.
2+
This document was automatically generated on Sun Oct 13 2024.
33

44
## List of dependencies
55

packages/i18n/src/locales/en_US.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@ const translations: Catalog = {
12711271
createView: {
12721272
link: 'https://docs.mongodb.com/manual/reference/method/db.createView/',
12731273
description: 'Create new view',
1274-
example: "db.createCollection('viewName', 'source', [])",
1274+
example: "db.createView('viewName', 'source', [])",
12751275
},
12761276
createUser: {
12771277
link: 'https://docs.mongodb.com/manual/reference/method/db.createUser',

0 commit comments

Comments
 (0)