diff --git a/Flow.Launcher.Plugin/IPublicAPI.cs b/Flow.Launcher.Plugin/IPublicAPI.cs index 1395c7f2a..d9cdf5581 100644 --- a/Flow.Launcher.Plugin/IPublicAPI.cs +++ b/Flow.Launcher.Plugin/IPublicAPI.cs @@ -26,16 +26,16 @@ namespace Flow.Launcher.Plugin /// /// Restart Flow Launcher - /// void RestartApp(); /// - /// Saves everything, all of Flow Launcher and plugins' data and settings + /// Save everything, all of Flow Launcher and plugins' data and settings /// void SaveAppAllSettings(); /// - /// Save Flow's plugins settings + /// Save all Flow's plugins settings /// void SavePluginSettings();