Skip to content

Commit

Permalink
Fix typo in IFeedbackService
Browse files Browse the repository at this point in the history
  • Loading branch information
ewu-nma committed Nov 25, 2024
1 parent a55de1b commit ac40e18
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ public interface IFeedbackService
/// </summary>
/// <param name="pcode">optional, preselected pcode</param>
/// <returns></returns>
Task NavigatorToNewFeedback(string pcode = null);
Task NavigateToNewFeedback(string pcode = null);

/// <summary>
/// navigate to a WebView to view the feedback entry list.
/// </summary>
Task NavigatorToFeedbackList();
Task NavigateToFeedbackList();
}

0 comments on commit ac40e18

Please sign in to comment.