diff --git a/README.md b/README.md index 3e790086..6bbc95ef 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/doc/api/services_api.md b/doc/api/services_api.md index 5eacda0e..3966e50d 100644 --- a/doc/api/services_api.md +++ b/doc/api/services_api.md @@ -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). @@ -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 @@ -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.