Skip to content

Commit

Permalink
Merge pull request nextstrain#1027 from terrycojones/fix-intro-typo
Browse files Browse the repository at this point in the history
Fixed trivial doc typo
  • Loading branch information
jameshadfield authored Mar 31, 2020
2 parents b82ee29 + 17f8b07 commit 2f74df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-src/docs/server/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Similarly, nextstrain.org is a server which has handlers for these three API end

See [the server API](server/api.md) for details about each of these requests.

> Note that "/charon" can be changed to any address you wich by customising the client at build time.
> Note that "/charon" can be changed to any address you wish by customising the client at build time.
See [the client-cusomisation API](../customise-client/api) for more details.

## The "Default" Auspice Server
Expand Down Expand Up @@ -59,4 +59,4 @@ Deploying to Heroku is straightforward, but there are a few points to note:
1. You must set the config var `HOST` to `0.0.0.0` for the app.
1. You will need to either create a `Procfile` or a `npm run start` script which calls `auspice view` (or `npx auspice view` depending on how you implement auspice)
1. Make sure the datasets to be served are either (a) included in your git repo or (b) downloaded by the heroku build pipeline.
[We use option (b)](https://github.com/nextstrain/auspice/blob/master/package.json) by specifing a npm script called `heroku-postbuild`.
[We use option (b)](https://github.com/nextstrain/auspice/blob/master/package.json) by specifing a npm script called `heroku-postbuild`.

0 comments on commit 2f74df0

Please sign in to comment.