Skip to content

Commit 7111cd0

Browse files
authored
raising acrolinx
1 parent c3d6403 commit 7111cd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-functions/functions-bindings-azure-sql-output.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The examples refer to a `ToDoItem` class and a corresponding database table:
4444

4545
:::code language="sql" source="~/functions-sql-todo-sample/sql/create.sql" range="1-7":::
4646

47-
To return [multiple output bindings](./dotnet-isolated-process-guide.md#multiple-output-bindings) in our samples, we will create a custom return type:
47+
To return [multiple output bindings](./dotnet-isolated-process-guide.md#multiple-output-bindings) in our samples, we'll create a custom return type:
4848

4949
```cs
5050
public static class OutputType
@@ -539,7 +539,7 @@ The following example shows a SQL output binding that adds records to a table, u
539539

540540
# [Model v3](#tab/nodejs-v3)
541541

542-
TypeScript samples are not documented for model v3.
542+
TypeScript samples aren't documented for model v3.
543543

544544
---
545545

@@ -621,7 +621,7 @@ CREATE TABLE dbo.RequestLog (
621621

622622
# [Model v3](#tab/nodejs-v3)
623623

624-
TypeScript samples are not documented for model v3.
624+
TypeScript samples aren't documented for model v3.
625625

626626
---
627627

0 commit comments

Comments
 (0)