Skip to content

Commit 625c4f7

Browse files
committed
fix: use correct term
1 parent 1c086c6 commit 625c4f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ This is sufficient to work on the main content, i.e. the Academy and Platform do
9898

9999
By default, the parts of the docs sourced from other repositories will give you 404s. If you need to locally run the project with all the other repositories included, clone them all and setup an Nginx server according to the steps below.
100100

101-
For the setup to work, use `npm start:dev` instead of `npm start` when starting `apify-docs`. This causes all links in the top navigation and the footer to be absolute. They will now use `docs.apify.loc` as a host. Clone all the remaining docs repositories, and start their Docusaurus instances. To run Docusaurus on a specific port, use `npm start -- --port XXXX`.
101+
For the setup to work, use `npm start:dev` instead of `npm start` when starting `apify-docs`. This causes all links in the top navigation and the footer to be absolute. They will now use `docs.apify.loc` as a hostname. Clone all the remaining docs repositories, and start their Docusaurus instances. To run Docusaurus on a specific port, use `npm start -- --port XXXX`.
102102

103103
| repo | port |
104104
|---------------------|------|
@@ -136,7 +136,7 @@ server {
136136
}
137137
```
138138

139-
Add a record to `/etc/hosts`, which maps the `docs.apify.loc` host to a localhost:
139+
Add a record to `/etc/hosts`, which maps the `docs.apify.loc` hostname to a localhost:
140140

141141
```text
142142
127.0.0.1 docs.apify.loc

0 commit comments

Comments
 (0)