Skip to content

Commit

Permalink
grammar is cool :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Schlesinger committed Feb 20, 2019
1 parent 90d3b61 commit 102a0be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/content/install/install-on-aci.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In this document, we'll show how to use [Azure Container Instances](https://cda.

## Selecting a Storage Provider

Athens currently supports a number of storage drivers. For quick and easy use on ACI, we recommend using the local disk provider. For more permanend use, we recommend using MongoDB or other more persistent infrastructure. For other providers, please see the [storage provider documentation](/configuration/storage/).
Athens currently supports a number of storage drivers. For quick and easy use on ACI, we recommend using the local disk provider. For more permanent use, we recommend using MongoDB or other more persistent infrastructure. For other providers, please see the [storage provider documentation](/configuration/storage/).

### Required Environment Variables

Expand Down Expand Up @@ -45,7 +45,7 @@ Once you've created the ACI container, you'll see a JSON blob that includes the

### Installing with the MongoDB Storage Driver

First make sure you have the following environment variable set up:
First, make sure you have the following environment variable set up:

- `AZURE_ATHENS_MONGO_URL` - The MongoDB connection string. For example: `mongodb://username:password@mongo.server.com/?ssl=true`

Expand Down
2 changes: 1 addition & 1 deletion docs/content/install/shared-team-instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We will use Docker to run the Athens proxy, so first make sure you have Docker [

## Selecting a Storage Provider

Athens currently supports a number of storage drivers. For local use we recommend starting with the local disk provider. For other providers, please see the [storage provider documentation](/configuration/storage/).
Athens currently supports a number of storage drivers. For local use, we recommend starting with the local disk provider. For other providers, please see the [storage provider documentation](/configuration/storage/).

## Running Athens with Local Disk Storage

Expand Down

0 comments on commit 102a0be

Please sign in to comment.