tutorials
tutorials copied to clipboard
Grammar edit for tutorial
Here is my grammar edit for the tutorial. Mostly changing verbs to active voice and simplifying sentences.
I couldn't figure out this sentence:
- Through the context developers can access request headers, Fn application and route config as well as format-specific attributes request method, etc.
So if you have a chance, take another try at that one.
Let me know if you have any questions.
Mike W.
I couldn't figure out this sentence:
- Through the context developers can access request headers, Fn application and route config as well as format-specific attributes request method, etc.
Each function in each signature has at least 2 parameters:
- context
- data
So, using context parameter, developers can get an access to:
- request headers
- application name where this function defined
- route config
- request method
- request URL
hopefully, this helps.
Ok. I made the changes that you requested. Let me know what you think.
Hey Denis, let's see if we can get this one merged. Looks like I may need to resolve some conflicts.