Skip to content

Commit 03d5ee7

Browse files
authored
Nits
1 parent f788250 commit 03d5ee7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aspnetcore/blazor/hosting-model-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Add an *appsettings.json* file in the *wwwroot* folder:
6868

6969
```json
7070
{
71-
"message": "Hello from config!"
71+
"message": "Hello from config!"
7272
}
7373
```
7474

@@ -81,7 +81,7 @@ Inject an <xref:Microsoft.Extensions.Configuration.IConfiguration> instance into
8181
8282
<h1>Configuration example</h1>
8383
84-
<p>@Configuration["message"]</p>
84+
<p>Message: @Configuration["message"]</p>
8585
```
8686

8787
> [!WARNING]

0 commit comments

Comments
 (0)