Skip to content

Commit 20d87e6

Browse files
committed
Fixed typos.
Signed-off-by: Exadra37 <[email protected]>
1 parent d35d1fd commit 20d87e6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Copy the `.env.example`:
1919
cp .env.example .env
2020
```
2121

22-
### The Appoov secret
22+
### The Approov secret
2323

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

servers/shapes-api/docs/approov-shapes-api-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ npm start
363363
364364
**Request Overview:**
365365

366-
We repeated the process to generate the Appoov token with 1 minute of expiration
366+
We repeated the process to generate the Approov token with 1 minute of expiration
367367
time.
368368

369369
Once more we performed the 2 requests with the same token and with 2 minutes

0 commit comments

Comments
 (0)