Skip to content

Commit

Permalink
Fix typo (#3922)
Browse files Browse the repository at this point in the history
  • Loading branch information
semuserable committed Jul 9, 2022
1 parent d05f5c1 commit ae35816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/core/Miscellaneous/CachingInterception/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private static async Task Main()
// 5. Pretend it's the next day.
Thread.Sleep(10000);

// 6. Cache is expired, so the last message will noe be queried again.
// 6. Cache is expired, so the last message will not be queried again.
using (var context = new DailyMessageContext())
{
Console.WriteLine(await GetDailyMessage(context));
Expand Down

0 comments on commit ae35816

Please sign in to comment.