Skip to content

Commit 6a38b68

Browse files
authored
Merge pull request #36 from ehb54/patch-1
Update README.md
2 parents 4775b55 + 8fd5048 commit 6a38b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on Agave.
88
### Base Image ###
99
The `abacosamples/base-ubu` image provides the following convenience utilities for writing (Python2) actor functions:
1010
* `get_context()` - returns a Python dictionary with the following fields:
11-
* `raw_message` - the original message, either string or JSON depending on the Contetnt-Type.
11+
* `raw_message` - the original message, either string or JSON depending on the Content-Type.
1212
* `content_type` - derived from the original message request.
1313
* `message_dict` - A Python dictionary representing the message (for Content-Type: application/json)
1414
* `execution_id` - the ID of this execution.

0 commit comments

Comments
 (0)