Skip to content

Commit 28a3a61

Browse files
committed
js -> ts
1 parent 101eeb8 commit 28a3a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions-add-output-binding-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To write to an Azure Storage queue:
6565

6666
* Add an `extraOutputs` property to the binding configuration
6767

68-
```javascript
68+
```typescript
6969
{
7070
methods: ['GET', 'POST'],
7171
extraOutputs: [sendToQueue], // add output binding to HTTP trigger

0 commit comments

Comments
 (0)