Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 1d78fb2

Browse files
committed
chore(joining): fix typo
1 parent 0343337 commit 1d78fb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Services/Joining/Joining.API/Controllers/JoinController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public async Task<List<Join>> Get()
3838
_logger.LogInformation("Getting all Joins");
3939
var joins = await _context.Joins.ToListAsync();
4040

41-
_logger.LogInformation("Total {NumberOfJoin} joins retrived", joins.Count);
41+
_logger.LogInformation("Total {NumberOfJoin} joins retrieved", joins.Count);
4242
return joins;
4343
}
4444

0 commit comments

Comments
 (0)