You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/articles/Kernel/Plugs.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Plugs are used to fill "holes" in .NET libraries and replace them with different
7
7
Win32 API calls. Plugs can also be used to provide an alternate implementation
8
8
for a method, even if it does not rely on the Windows API.
9
9
10
-
> **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.**
10
+
> **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.**
0 commit comments