Skip to content

Commit f58b11f

Browse files
authored
Update functions-bindings-http-webhook-trigger.md
Delete stray "T" at end of line.
1 parent 7196835 commit f58b11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-http-webhook-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ This example reads the body of a POST request, as a `String`, and uses it to bui
189189

190190
#### Read parameter from a route
191191

192-
This example reads a mandatory parameter, named `id`, and an optional parameter `name` from the route path, and uses them to build a JSON document returned to the client, with content type `application/json`. T
192+
This example reads a mandatory parameter, named `id`, and an optional parameter `name` from the route path, and uses them to build a JSON document returned to the client, with content type `application/json`.
193193

194194
```java
195195
@FunctionName("TriggerStringRoute")

0 commit comments

Comments
 (0)