diff --git a/FabricHealer/PackageRoot/Data/Plugins/Readme Repair Predicate Plugin.md b/FabricHealer/PackageRoot/Data/Plugins/Readme Repair Predicate Plugin.md index 77f8d92..87c5555 100644 --- a/FabricHealer/PackageRoot/Data/Plugins/Readme Repair Predicate Plugin.md +++ b/FabricHealer/PackageRoot/Data/Plugins/Readme Repair Predicate Plugin.md @@ -32,7 +32,7 @@ namespace FabricHealer.SamplePlugins protected override async Task CheckAsync() { - //implement code that contains a RepairData.RepairPolicy object + //implement the action you want to perform in the custom repair. //you can check the FabricHealer\Repair\Guan path for more detailed examples } }