typo daprPort -> daprPor (#615)

Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
This commit is contained in:
Aaron Wislang 2020-06-02 14:11:44 -04:00 committed by GitHub
parent 2ee49a6a3f
commit ae31fada77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ This endpoint lets you get the state for a specific key.
### HTTP Request ### HTTP Request
```http ```http
GET http://localhost:<daprPor>/v1.0/state/<storename>/<key> GET http://localhost:<daprPort>/v1.0/state/<storename>/<key>
``` ```