We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1901e5d commit e29106dCopy full SHA for e29106d
3_Web/Services/AzureFunctions/Books.Function/BooksService.cs
@@ -24,7 +24,7 @@ public async Task<HttpResponseData> AddChapterAsync(
24
FunctionContext executionContext)
25
{
26
var logger = executionContext.GetLogger("BooksService");
27
- logger.LogInformation("Function AddChhapter invoked.");
+ logger.LogInformation("Function AddChapter invoked.");
28
29
var chapter = await req.ReadFromJsonAsync<BookChapter>();
30
if (chapter is null)
0 commit comments