Skip to content

Commit

Permalink
Fixed typo in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
morrisonbrett committed Jul 15, 2019
1 parent 29dc0aa commit 319df13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -83,7 +83,7 @@ private async void Synchronizer_ResponseArrivedAsync(object sender, EventArgs e)
{
try
{
awat FooAsync();
await FooAsync();
}
catch (Exception ex)
{
Expand Down

0 comments on commit 319df13

Please sign in to comment.