Skip to content

Commit a82665c

Browse files
committed
Minor typos
1 parent ecf2a23 commit a82665c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/Server/Controllers/WeatherForecastController.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class WeatherForecastController : ControllerBase
3737

3838
private readonly ILogger<WeatherForecastController> _logger;
3939

40-
// The Web API will only accept tokens 1) for users, and 2) having the access_as_user scope for this API
40+
// The Web API will only accept tokens 1) for users, and 2) having the api-scope scope for this API
4141
static readonly string[] scopeRequiredByApi = new string[] { "api-scope" };
4242

4343
#if (GenerateApi)
@@ -75,7 +75,7 @@ public WeatherForecastController(ILogger<WeatherForecastController> logger,
7575
{
7676
_logger = logger;
7777
_graphServiceClient = graphServiceClient;
78-
}
78+
}
7979

8080
[HttpGet]
8181
public async Task<IEnumerable<WeatherForecast>> Get()

0 commit comments

Comments
 (0)