Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Correct "postgress" to "Postgres" in documentation.
  • Loading branch information
duncan-bayne committed Jan 2, 2020
1 parent 4a20abe commit 81e78c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ prometheus CREATE_COMPLETE 2011-05-23T15:47:44Z NEVER_
stack-with-a-annoyingly-long-name CREATE_COMPLETE 2011-05-23T15:47:44Z NEVER_UPDATED NOT_NESTED
```

This affects the output when we look at our postgress stacks:
This affects the output when we look at our Postgres stacks:
```shell
$ stacks | grep postgres
postgres01 DELETE_COMPLETE 2011-05-23T15:47:44Z NEVER_UPDATED NOT_NESTED
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ prometheus CREATE_COMPLETE 2011-05-23T15:47:44Z NEVER_
stack-with-a-annoyingly-long-name CREATE_COMPLETE 2011-05-23T15:47:44Z NEVER_UPDATED NOT_NESTED
```

This affects the output when we look at our postgress stacks:
This affects the output when we look at our Postgres stacks:
```shell
$ stacks | grep postgres
postgres01 DELETE_COMPLETE 2011-05-23T15:47:44Z NEVER_UPDATED NOT_NESTED
Expand Down

0 comments on commit 81e78c0

Please sign in to comment.