Skip to content

Commit b7fd2d1

Browse files
authored
fix: small typo (#250)
* fix: small typo * Update GUIDE.md
1 parent 7c58881 commit b7fd2d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Fortunately, Shynet offers a simple method you can call from anywhere within you
217217

218218
### API
219219

220-
All the information displayed on the dashboard can be obtained via API on url ```//shynet.example.com/api/v1/dashboard/```. By default this endpoint will return the full data from all services over the last last 30 days. The `Authentication` header should be set to use user's parsonal API token (```'Authorization: Token <user API token>'```).
220+
All the information displayed on the dashboard can be obtained via API on url ```//shynet.example.com/api/v1/dashboard/```. By default this endpoint will return the full data from all services over the last last 30 days. The `Authentication` header should be set to use user's personal API token (```'Authorization: Token <user API token>'```).
221221

222222
There are 3 optional query parameters:
223223
* `uuid` - to get data only from one service

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Shynet is pretty simple, but there are a few key terms you need to know in order
9393

9494
## Installation
9595

96-
You can find intructions on getting started and usage in the [Usage Guide](GUIDE.md#installation). Out of the box, we support deploying via a simple Docker container, docker-compose, Heroku, or Kubernetes (see [kubernetes](/kubernetes)).
96+
You can find instructions on getting started and usage in the [Usage Guide](GUIDE.md#installation). Out of the box, we support deploying via a simple Docker container, docker-compose, Heroku, or Kubernetes (see [kubernetes](/kubernetes)).
9797

9898
## FAQ
9999

0 commit comments

Comments
 (0)