From ff604473605d33f63e6069da5c91dea7c42f7ba8 Mon Sep 17 00:00:00 2001 From: Preston Petrie Date: Wed, 14 Aug 2024 13:06:58 +0200 Subject: [PATCH] Changed `PlugReference` to `PlugsReference` --- Docs/articles/Kernel/Plugs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/articles/Kernel/Plugs.md b/Docs/articles/Kernel/Plugs.md index 6673198461..8c6ad1e5b0 100644 --- a/Docs/articles/Kernel/Plugs.md +++ b/Docs/articles/Kernel/Plugs.md @@ -7,7 +7,7 @@ Plugs are used to fill "holes" in .NET libraries and replace them with different Win32 API calls. Plugs can also be used to provide an alternate implementation for a method, even if it does not rely on the Windows API. - > **Important: All plugs must go in a seperate project, which is included in your original project using the `PlugReference` attribute in your Kernel's csproj.** + > **Important: All plugs must go in a seperate project, which is included in your original project using the `PlugsReference` attribute in your Kernel's csproj.** ## Types of plugs