Skip to content

Commit 1f3bb52

Browse files
Merge pull request #3068 from Preston159/plugsreference
Changed `PlugReference` to `PlugsReference`
2 parents 4f720d4 + ff60447 commit 1f3bb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docs/articles/Kernel/Plugs.md

Lines changed: 1 addition & 1 deletion
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)