Skip to content

Commit 8f5f800

Browse files
authored
L31247: Adding double spaces at the end of lines (44 to 47)
Hello, @asb3993, Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. "A list is being rendered as a regular string." Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR then share your PR number so we can confirm and close this PR. Many thanks in advance.
1 parent 31fabbc commit 8f5f800

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mac/azure-functions-lab.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ In this lab, you'll learn how to get started building Azure Functions using Visu
4141

4242
1. Expand the nodes in **Solution Pad**. The default project template includes NuGet references to a variety of Azure WebJobs packages, as well as the Newtonsoft.Json package.
4343

44-
There are also three files:
45-
- **host.json** for describing the global configuration options for the host
46-
- **local.settings.json** for configuring service settings.
47-
- The project template also creates a default HttpTrigger. For the sake of this lab, you should delete the **HttpTrigger.cs** file from the project.
44+
There are also three files:
45+
- **host.json** for describing the global configuration options for the host
46+
- **local.settings.json** for configuring service settings.
47+
- The project template also creates a default HttpTrigger. For the sake of this lab, you should delete the **HttpTrigger.cs** file from the project.
4848

4949
Open **local.settings.json**. It defaults to having two empty connection string settings.
5050

0 commit comments

Comments
 (0)