Skip to content
Closed
Show file tree
Hide file tree
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 docs/CLOUDFORMATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ state resource `Creates`, `Updates` or `Deletes` are performed.
```text
╔══════════════════╗
║ ║
║ <nonexistant> ║──────────────────┐
║ <nonexistent> ║──────────────────┐
║ ║ ▼
╚══════════════════╝ ┌────────────────────┐
│ │ │
Expand Down Expand Up @@ -147,7 +147,7 @@ be immediately followed by delete and an update back to the original state, resp
```text
╔════════════════════════╗
║ ║
║ <nonexistant> ║
║ <nonexistent> ║
║ ║
╚════════════════════════╝
Expand Down
2 changes: 1 addition & 1 deletion docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This script will also update the relevant changelog file.

## `scripts/resolve-version.js`

The script evaluates evaluates the configuration in `release.json` and exports an
The script evaluates the configuration in `release.json` and exports an
object like this:

```js
Expand Down
Loading