tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Grammar edit for tutorial

Open michael-w-williams opened this issue 7 years ago • 3 comments

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.

michael-w-williams avatar May 09 '18 01:05 michael-w-williams

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.

denismakogon avatar May 09 '18 07:05 denismakogon

Ok. I made the changes that you requested. Let me know what you think.

michael-w-williams avatar May 14 '18 23:05 michael-w-williams

Hey Denis, let's see if we can get this one merged. Looks like I may need to resolve some conflicts.

michael-w-williams avatar Apr 25 '19 15:04 michael-w-williams