Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Apr 19, 2024
1 parent 06cdab2 commit 51eee91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ If the file extension is .jsonnet, ecspresso will process Jsonnet first, convert

```jsonnet
{
cluser: 'default',
cluster: 'default',
service: 'myservice',
service_definition: 'ecs-service-def.jsonnet',
task_definition: 'ecs-task-def.jsonnet',
Expand Down Expand Up @@ -935,7 +935,7 @@ will be rendered into this.
{
"string": "ImString",
"stringlist": "ImStringList1",
"securestring": "ImSecureStriing"
"securestring": "ImSecureString"
}
```

Expand Down Expand Up @@ -963,7 +963,7 @@ will be rendered into this.
]
```

## LICENCE
## LICENSE

MIT

Expand Down

0 comments on commit 51eee91

Please sign in to comment.