diff --git a/ArchiSteamFarm/Plugins/Interfaces/IWebInterface.cs b/ArchiSteamFarm/Plugins/Interfaces/IWebInterface.cs index 5b4e93fd8..c64e6480b 100644 --- a/ArchiSteamFarm/Plugins/Interfaces/IWebInterface.cs +++ b/ArchiSteamFarm/Plugins/Interfaces/IWebInterface.cs @@ -28,7 +28,7 @@ namespace ArchiSteamFarm.Plugins.Interfaces; /// public interface IWebInterface : IPlugin { /// - /// Specifies physical path to static WWW files provided by the plugin. Can be either relative to plugin's assembly location, or absolute. Default value of "www", assumes that you ship "www" directory together with your plugin's main DLL assembly, similar to ASF. + /// Specifies physical path to static WWW files provided by the plugin. Can be either relative to plugin's assembly location, or absolute. Default value of "www" assumes that you ship "www" directory together with your plugin's main DLL assembly, similar to ASF. /// string PhysicalPath => "www";