Skip to content

Commit

Permalink
typo fix (#12)
Browse files Browse the repository at this point in the history
* typo fix
  • Loading branch information
yushihang authored Jan 7, 2025
1 parent 4c80f55 commit bdec4bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Driver for the polygonid DID method.
```bash
docker build -t driver-did-polygonid:local .
```
3. Run docker conainer:
3. Run docker container:
```bash
docker run -p 8080:8080 driver-did-polygonid:local
```
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/users_tests.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"item": [
{
"name": "Reslover state by NOT published genesis state",
"name": "Resolve state by NOT published genesis state",
"event": [
{
"listen": "test",
Expand Down Expand Up @@ -366,4 +366,4 @@
"value": ""
}
]
}
}

0 comments on commit bdec4bd

Please sign in to comment.