Skip to content

Commit e29106d

Browse files
fix typo
1 parent 1901e5d commit e29106d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3_Web/Services/AzureFunctions/Books.Function/BooksService.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public async Task<HttpResponseData> AddChapterAsync(
2424
FunctionContext executionContext)
2525
{
2626
var logger = executionContext.GetLogger("BooksService");
27-
logger.LogInformation("Function AddChhapter invoked.");
27+
logger.LogInformation("Function AddChapter invoked.");
2828

2929
var chapter = await req.ReadFromJsonAsync<BookChapter>();
3030
if (chapter is null)

0 commit comments

Comments
 (0)