Skip to content

Commit ea7318e

Browse files
bart-vmwarephilLeu
authored andcommitted
Fix spelling error (dotnet#10723)
1 parent c41d30a commit ea7318e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Docfx.Dotnet/DotnetApiCatalog.ManagedReference.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ bool MergeNode(MetadataItem node)
172172
return false;
173173
}
174174

175-
Logger.Log(LogLevel.Warning, $"Ignore duplicated member {node.Type}:{node.Name} from {node.Source?.Path} as it already exist in {existingNode.Source?.Path}.");
175+
Logger.Log(LogLevel.Warning, $"Ignore duplicated member {node.Type}:{node.Name} from {node.Source?.Path} as it already exists in {existingNode.Source?.Path}.");
176176
return false;
177177
}
178178
}

0 commit comments

Comments
 (0)