From 72fe972cc00e831c6dc02ba00de1c2e25993826a Mon Sep 17 00:00:00 2001 From: ryanbodrug-microsoft <56318517+ryanbodrug-microsoft@users.noreply.github.com> Date: Wed, 6 May 2020 14:55:25 -0700 Subject: [PATCH] fixing nit: comments --- src/modules/launcher/PowerLauncher.UI/ResultList.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/launcher/PowerLauncher.UI/ResultList.xaml.cs b/src/modules/launcher/PowerLauncher.UI/ResultList.xaml.cs index 5f0af0b5be..c5b95acbca 100644 --- a/src/modules/launcher/PowerLauncher.UI/ResultList.xaml.cs +++ b/src/modules/launcher/PowerLauncher.UI/ResultList.xaml.cs @@ -29,8 +29,8 @@ namespace PowerLauncher.UI if (button != null) { - //We currently can't take a reference on the wox project from a UWP project. The dynamic method invoke should be replace - //by an call to the view model once we refactor the project. + //We currently can't take a reference on the wox project from a UWP project. The dynamic method invocation should be replaced + //by a call to the view model once we refactor the project. var dataContext = ((dynamic)button.DataContext); if(dataContext?.GetType().GetMethod("SendTelemetryEvent") != null) {