Skip to content

Commit cc29611

Browse files
authored
Spelling fixes in readme
1 parent e6ead14 commit cc29611

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ However, any pre/post logic could be added before/after the invocation of the ex
4949
*IGraphQLAzureFunctionsExecutorProxy*.
5050

5151
This proxy is setup by internally configuring a Middleware Proxy that is an encapsulation of the
52-
existing *HttpPostMiddleware* & *HttpGetMiddleware* configred as a simple pipeline processing POST
52+
existing *HttpPostMiddleware* & *HttpGetMiddleware* configured as a simple pipeline for processing POST
5353
requests first and then defaulting back to GET requests, and erroring out if neither are able to
5454
handle the request.
5555

5656
## Key Elements:
5757

5858
### Startup Configuration
59-
1. The following Middleware initializer must be added into a valid AzureFunctions Configuration Startup.cs
59+
1. The following Middleware initializer must be added into a valid AzureFunctions Configuration 'Startup.cs'
6060
* All other elements of HotChocolate initialization are the same using the v11 API.
6161
```csharp
6262
//Finally Initialize AzureFunctions Executor Proxy here...
@@ -116,5 +116,5 @@ paradigm of AzureFunctions.
116116
* Therefore, rather than manually processing request as this prior example did, this approach
117117
is different and leverages
118118
alot more OOTB code from **HotChocolate.AspNetCore**
119-
* The [HotChocolage Slack channel](https://join.slack.com/t/hotchocolategraphql/shared_invite/enQtNTA4NjA0ODYwOTQ0LTViMzA2MTM4OWYwYjIxYzViYmM0YmZhYjdiNzBjOTg2ZmU1YmMwNDZiYjUyZWZlMzNiMTk1OWUxNWZhMzQwY2Q)
119+
* The [HotChocolate Slack channel](https://join.slack.com/t/hotchocolategraphql/shared_invite/enQtNTA4NjA0ODYwOTQ0LTViMzA2MTM4OWYwYjIxYzViYmM0YmZhYjdiNzBjOTg2ZmU1YmMwNDZiYjUyZWZlMzNiMTk1OWUxNWZhMzQwY2Q)
120120
was helpful for searching and getting some feedback to iron this out quickly.

0 commit comments

Comments
 (0)