Skip to content

Commit 0a78e10

Browse files
committed
Fixed typos.
Signed-off-by: Exadra37 <exadra37@gmail.com>
1 parent d8881ef commit 0a78e10

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The quickstart was tested with the following Operating Systems:
1515
* MacOS Big Sur
1616
* Windows 10 WSL2 - Ubuntu 20.04
1717

18-
First, setup the [Appoov CLI](https://approov.io/docs/latest/approov-installation/index.html#initializing-the-approov-cli).
18+
First, setup the [Approov CLI](https://approov.io/docs/latest/approov-installation/index.html#initializing-the-approov-cli).
1919

2020
Now, register the API domain for which Approov will issues tokens:
2121

@@ -29,7 +29,7 @@ Next, enable your Approov `admin` role with:
2929
eval `approov role admin`
3030
```
3131

32-
Now, get your Approov Secret with the [Appoov CLI](https://approov.io/docs/latest/approov-installation/index.html#initializing-the-approov-cli):
32+
Now, get your Approov Secret with the [Approov CLI](https://approov.io/docs/latest/approov-installation/index.html#initializing-the-approov-cli):
3333

3434
```bash
3535
approov secret -get base64

servers/shapes-api/docs/DEPLOYMENT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Copy the `.env.example`:
1818
cp .env.example .env
1919
```
2020

21-
### The Appoov secret
21+
### The Approov secret
2222

2323
The `v2/*` endpoints are protected by the Approov Token, thus we need to set the Approov secret for `python-flask-shapes.approov.io`.
2424

0 commit comments

Comments
 (0)