Skip to content

Commit

Permalink
[docs] Fix typos in Documents (#3508)
Browse files Browse the repository at this point in the history
* Fix typo in Quickstart

* Fix typo in DOCUMENTATION.md
  • Loading branch information
teyuchang authored May 19, 2021
1 parent 2021535 commit bbe67d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Documentation Guide

M3 is a large and complex project, and any help you can offer to explain it better is most welcome. If you have a suggestion for the documentation M3 welcomes it, and documentation pull requests follow the same process as [code contributions](CONTRIBUTING.MD).
M3 is a large and complex project, and any help you can offer to explain it better is most welcome. If you have a suggestion for the documentation M3 welcomes it, and documentation pull requests follow the same process as [code contributions](CONTRIBUTING.md).

The rest of this document explains how to setup the documentation locally and the structure of the content.

Expand Down
2 changes: 1 addition & 1 deletion site/content/quickstart/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ By default the official M3 Docker image configures a single instance as one bina
- An M3DB storage instance for time series storage. It includes an embedded tag-based metrics index and an etcd server for storing the cluster topology and runtime configuration.
- A M3 Coordinator instance for writing and querying tagged metrics, as well as managing cluster topology and runtime configuration.

The Docker container exposes three ports:
The Docker container exposes two ports:

- `7201` to manage the cluster topology, you make most API calls to this endpoint
- `7203` for Prometheus to scrape the metrics produced by M3DB and M3 Coordinator
Expand Down

0 comments on commit bbe67d1

Please sign in to comment.