From 185d7adccfa62f2fa033576b7a62d718f552955b Mon Sep 17 00:00:00 2001 From: Archi Date: Tue, 14 Nov 2023 23:51:28 +0100 Subject: [PATCH] Misc --- ArchiSteamFarm/Plugins/Interfaces/IWebInterface.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";