Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some typos #179

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ any organization with customers that rely on them to be online 24/7.

**A comprehensive tutorial about how to install Staytus [available here](https://atech.blog/atech/install-staytus-tutorial) on the [aTech Media blog](https://atech.blog).**

Alternativly, these basic instructions will get you up and running:
Alternatively, these basic instructions will get you up and running:

Before start, you'll need to create a new MySQL database:

Expand Down
6 changes: 3 additions & 3 deletions doc/api/services_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ are present in your Staytus site.
/api/v1/services/all
```

This method accepts not parameters and will return an array of
This method accepts no parameters and will return an array of
all services along with their statuses. The method will return
an array of service objects (see `services/info` for an example).

Expand Down Expand Up @@ -42,7 +42,7 @@ an array of service objects (see `services/info` for an example).
}
```

## Seting the status for a service
## Setting the status for a service

```text
/api/v1/services/set_status
Expand All @@ -51,4 +51,4 @@ an array of service objects (see `services/info` for an example).
* `service` - the permalink for the service you want to set
* `status` - the permalink of the status you want to set

This will return the service's details. `services/info` method.
This will return the service's details, `services/info` method.