Skip to content

Commit

Permalink
Merge pull request #671 from ballerina-platform/praneesha-patch-1
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
praneesha authored Sep 26, 2023
2 parents ccb9867 + 1a47c5f commit bea07c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ external resource. For more information, go
to <a href="https://docs.microsoft.com/en-us/azure/azure-functions/functions-triggers-bindings" target="_blank">Azure
Functions triggers and bindings concepts</a>.

- Http - Trigger and Output Binding
- HTTP - Trigger and Output Binding
- Queue - Trigger and Output Binding
- Blob - Trigger, Input and Output Binding
- Twilio - Output Binding
Expand All @@ -31,7 +31,7 @@ Functions triggers and bindings concepts</a>.

#### Sample Code:

In ballerina, Triggers are represented with listeners. When the `af:HttpListener` gets attached to the service, it
In Ballerina, Triggers are represented with listeners. When the `af:HttpListener` gets attached to the service, it
implies that the function is a HTTP Trigger. The resource function behaves exactly the same as a service written
from `ballerina/http`. It supports `http:Payload, http:Header` annotations for parameters. Input binding annotations can
be used to annotate parameters to make use of external services in azure. if no annotations are specified for a
Expand Down
4 changes: 2 additions & 2 deletions ballerina/Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ external resource. For more information, go
to <a href="https://docs.microsoft.com/en-us/azure/azure-functions/functions-triggers-bindings" target="_blank">Azure
Functions triggers and bindings concepts</a>.

- Http - Trigger and Output Binding
- HTTP - Trigger and Output Binding
- Queue - Trigger and Output Binding
- Blob - Trigger, Input and Output Binding
- Twilio - Output Binding
Expand All @@ -21,7 +21,7 @@ Functions triggers and bindings concepts</a>.

#### Sample Code:

In ballerina, Triggers are represented with listeners. When the `af:HttpListener` gets attached to the service, it
In Ballerina, Triggers are represented with listeners. When the `af:HttpListener` gets attached to the service, it
implies that the function is a HTTP Trigger. The resource function behaves exactly the same as a service written
from `ballerina/http`. It supports `http:Payload, http:Header` annotations for parameters. Input binding annotations can
be used to annotate parameters to make use of external services in azure. if no annotations are specified for a
Expand Down

0 comments on commit bea07c2

Please sign in to comment.