Skip to content

fixed a few typos #21

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions lifecycle/maintenance-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

If you're deploying a large migration or need to disable access to your application for some length of time, you can use Akkeris' built in maintenance mode.

When maintenance is turned on, a static maintenance page translated in multiple languages will be displayed to all visitors, without shutting down any of the existing dynos or addons (incase they are necessary to be running during the maintenace).
When maintenance is turned on, a static maintenance page translated in multiple languages will be displayed to all visitors, without shutting down any of the existing dynos or addons (in case they are necessary to be running during the maintenance).

Visitors arriving to your app will be shown:

Expand All @@ -18,7 +18,7 @@ Visitors arriving to your app will be shown:

## Usage

You can turn maintenance mode on or off using the CLI or [Platform Apps API](/architecture/apps-api/Apps.md). To enable maintenance mode, run:
You can turn maintenance mode on or off using the CLI or [Platform Apps API](/architecture/apps-api/Apps.md). To enable maintenance mode, run:

```shell
aka maintenance:on -a [appname-space]
Expand Down