Skip to content

Commit

Permalink
Fix typos (#1665)
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Apr 5, 2023
1 parent 230d5a2 commit 14ae6d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ make start
Any time you want to _rebuild_ the images, just reaffix `--build` when you run. Another way to
easily rebuild and start your containers is with `make start-rebuild`.

If you have only changed configuration values in .env, you can reacreate your containers without
If you have only changed configuration values in .env, you can recreate your containers without
fully rebuilding them with `--force-recreate`. For example:

```sh
Expand Down
2 changes: 1 addition & 1 deletion docs/scaling.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Typically, this would be run on a single machine, and thus for even moderate sca
This complicates the process of adjusting in real time to changing demand in a cost and resource effective manner.

For small to medium size deployments with rather steady or predictable participation rates, this may be a tenable solution.
But for deployments which expect exceptionally high, uneven and/or unpredictable participation rates, it may prove too costly in terms of computational and operations personele resources.
But for deployments which expect exceptionally high, uneven and/or unpredictable participation rates, it may prove too costly in terms of computational and operations personnel resources.

#### Docker Compose over Docker Swarm

Expand Down
2 changes: 1 addition & 1 deletion math/doc/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The ones you're most frequently to need to tweak for one reason or another:
Conversations which have had vote or moderation activity in the specified range will be loaded into memory, and will be updated.
This prevents old inactive conversations from being loaded into memory every time the poller starts.

You'll also need to pass database credentials. If using docker compose, this will be inheritted from the `.env` file or process environment in which docker is being run.
You'll also need to pass database credentials. If using docker compose, this will be inherited from the `.env` file or process environment in which docker is being run.

`DATABASE_URL`: url for the database:

Expand Down
2 changes: 1 addition & 1 deletion server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ flavors of node.
the default behavior if you run `docker compose -f docker-compose.yml -f docker-compose.dev.yml up postgres` from the
root folder of the polis project. To run everything but the API server in this fashion you can use
`docker compose -f docker-compose.yml -f docker-compose.dev.yml up math postgres file-server maildev`. In this case
the polis-dev database should be accesssable at the default DATABASE_URL seen in server/example.env.
the polis-dev database should be accessible at the default DATABASE_URL seen in server/example.env.

3\. Connect to the new database then run the migrations in its shell. You can skip this step if you built the
database with docker compose.
Expand Down

0 comments on commit 14ae6d4

Please sign in to comment.