Skip to content

Commit c4f0e2c

Browse files
CopilotMrHinsh
andcommitted
Fix XML documentation typos and incorrect references in processor and tool summaries
Co-authored-by: MrHinsh <[email protected]>
1 parent 270e161 commit c4f0e2c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/MigrationTools.Clients.TfsObjectModel/Processors/TfsCreateTeamFoldersProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
namespace MigrationTools.Processors
1717
{
1818
/// <summary>
19-
/// Creates folders in Sared Queries for each Team
19+
/// Creates folders in Shared Queries for each Team
2020
/// </summary>
2121
/// <status>alpha</status>
2222
/// <processingtarget>Shared Queries</processingtarget>

src/MigrationTools.Clients.TfsObjectModel/Processors/TfsWorkItemBulkEditProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
namespace MigrationTools.Processors
1717
{
1818
/// <summary>
19-
/// This processor allows you to make changes in place where we load from teh Target and update the Target. This is used for bulk updates with the most common reason being a process template change.
19+
/// This processor allows you to make changes in place where we load from the Target and update the Target. This is used for bulk updates with the most common reason being a process template change.
2020
/// </summary>
2121
/// <processingtarget>WorkItem</processingtarget>
2222
public class TfsWorkItemBulkEditProcessor : TfsProcessor

src/MigrationTools.Clients.TfsObjectModel/Processors/TfsWorkItemOverwriteProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
namespace MigrationTools.Processors
2121
{
2222
/// <summary>
23-
/// Reapply field mappings after a migration. Does not migtate Work Items, only reapplied changes to filed mappings.
23+
/// Reapply field mappings after a migration. Does not migrate Work Items, only reapplies changes to field mappings.
2424
/// </summary>
2525
/// <status>preview</status>
2626
/// <processingtarget>Work Items</processingtarget>

src/MigrationTools.Clients.TfsObjectModel/Tools/TfsNodeStructureTool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public struct TfsNodeStructureToolSettings
4444
}
4545

4646
/// <summary>
47-
/// The TfsNodeStructureToolEnricher is used to create missing nodes in the target project. To configure it add a `TfsNodeStructureToolOptions` section to `CommonEnrichersConfig` in the config file. Otherwise defaults will be applied.
47+
/// Tool for creating missing area and iteration path nodes in the target project during migration. Configurable through TfsNodeStructureToolOptions to specify which node types to create.
4848
/// </summary>
4949
public class TfsNodeStructureTool : Tool<TfsNodeStructureToolOptions>
5050
{

0 commit comments

Comments
 (0)