Skip to content

Commit ff60447

Browse files
author
Preston Petrie
committed
Changed PlugReference to PlugsReference
1 parent 4f720d4 commit ff60447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docs/articles/Kernel/Plugs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Plugs are used to fill "holes" in .NET libraries and replace them with different
77
Win32 API calls. Plugs can also be used to provide an alternate implementation
88
for a method, even if it does not rely on the Windows API.
99

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.**
1111
1212
## Types of plugs
1313

0 commit comments

Comments
 (0)