Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentdb-local/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Learn how to install and run DocumentDB Local using Docker for loca

DocumentDB Local provides a lightweight, containerized environment for developing and testing applications locally, including prototyping and integration testing.

The examples below use the PostgreSQL 17 image from release **0.117.0**. Other PostgreSQL majors and image tags are listed in the [0.117 release](https://github.com/documentdb/documentdb/releases/tag/v0.117-0).
The examples below use the PostgreSQL 17 image from release **0.117.0**. Other PostgreSQL major versions and image tags are listed in the [0.117 release](https://github.com/documentdb/documentdb/releases/tag/v0.117-0).

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion getting-started/nodejs-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ main().catch((error) => {

## Beyond CRUD

Aggregation pipelines, vector search, geospatial queries and change streams use the
Aggregation pipelines, vector search, geospatial queries, and change streams use the
same syntax as the MongoDB shell. See the
[Mongo Shell Quick Start](https://documentdb.io/docs/getting-started/mongo-shell-quickstart/)
for worked examples, and the [API reference](https://documentdb.io/docs/reference/)
Expand Down
Loading