Skip to content

Commit b95ae49

Browse files
Merge pull request #1345 from afomi/inference-typo
fix small typo
2 parents 1c424ae + df7482f commit b95ae49

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/install/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Simply download the latest installer for your operating system. You can find th
1616
- [Download the Roboflow Inference DMG](https://github.com/roboflow/inference/releases) disk image
1717
- Mount hte disk image by double clicking it
1818
- Drag the Roboflow Inference App to the Application Folder
19-
- Go to your Application Folder and double click the Roboflow Infernce App to start the server
19+
- Go to your Application Folder and double click the Roboflow Inference App to start the server
2020

2121

2222

@@ -34,7 +34,7 @@ notifications).
3434

3535
## Run via Docker
3636

37-
The preferred way to use Inference is via Docker
37+
The preferred way to use Inference is via Docker
3838
(see [Why Docker](/understand/architecture.md#why-docker)).
3939

4040
[Install Docker](https://docs.docker.com/engine/install/) (and
@@ -46,7 +46,7 @@ pip install inference-cli
4646
inference server start
4747
```
4848

49-
The `inference server start` command attempts to automatically choose
49+
The `inference server start` command attempts to automatically choose
5050
and configure the optimal container to optimize performance on your machine.
5151
See [Using Your New Server](#using-your-new-server) for next steps.
5252

@@ -57,7 +57,7 @@ See [Using Your New Server](#using-your-new-server) for next steps.
5757
## Dev Mode
5858

5959
The `--dev` parameter to `inference server start` starts in development mode.
60-
This spins up a companion Jupyter notebook server with a quickstart guide on
60+
This spins up a companion Jupyter notebook server with a quickstart guide on
6161
[`localhost:9002`](http://localhost:9002). Dive in there for a whirlwind tour
6262
of your new Inference Server's functionality!
6363

docs/install/mac.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
## OSX Native App (Apple Silicon)
44

5-
You can now run Roboflow Inference Server on your Apple Silicon Mac using our native desktop app!
5+
You can now run Roboflow Inference Server on your Apple Silicon Mac using our native desktop app!
66

7-
Simply download the latest DMS disk image from the latest release on Github.
7+
Simply download the latest DMS disk image from the latest release on Github.
88
➡️ **[View Latest Release and Download Installers on Github](https://github.com/roboflow/inference/releases)**
99

10-
### OSX Installation Steps
10+
### OSX Installation Steps
1111
- [Download the Roboflow Inference DMG](https://github.com/roboflow/inference/releases) disk image
1212
- Mount hte disk image by double clicking it
1313
- Drag the Roboflow Inference App to the Application Folder
14-
- Go to your Application Folder and double click the Roboflow Infernce App to start the server
14+
- Go to your Application Folder and double click the Roboflow Inference App to start the server
1515

1616
## Using Docker
1717
=== "CPU"

0 commit comments

Comments
 (0)