Skip to content

Commit

Permalink
fix typos in design doc (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey authored Oct 9, 2024
1 parent aa038a0 commit 51d1709
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/design/map/h5_map.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Request Elements:

* verbose: provide additional information in the respose

Returns: JSON describing map object. If verbose is set, additional daa will be returned (e.g. number oF KV pairs)
Returns: JSON describing map object. If verbose is set, additional daa will be returned (e.g. number of KV pairs)

### Delete a map

Expand Down Expand Up @@ -84,7 +84,7 @@ Request Elements:
None

Returns:
Value for gieven key as JSON or binary blob. Or 404 if not found
Value for given key as JSON or binary blob. Or 404 if not found

TBD: Support returning 410 (Gone) for recently removed keys

Expand Down Expand Up @@ -115,7 +115,7 @@ TBD: support binary responses

### Delete a key

This request removes a given key an its associatted value
This request removes a given key and its associated value

Request: DELETE /maps/<map_id>/key/<key_value>

Expand Down

0 comments on commit 51d1709

Please sign in to comment.