Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ PublishScripts/
# NuGet v3's project.json files produces more ignorable files
*.nuget.props
*.nuget.targets
.nuget/

# Microsoft Azure Build Output
csx/
Expand Down
2 changes: 1 addition & 1 deletion src/Wolfgang.Etl.Abstractions/LoaderBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace Wolfgang.Etl.Abstractions;

/// <summary>
/// Provides a basic implementation for data loaders the write data of type TDestination to a target destination.
/// Provides a basic implementation for data loaders that write data of type TDestination to a target destination.
/// Library authors can use this base class to create custom loaders by inheriting from it and implementing
/// LoadWorkerAsync and CreateProgressReport methods.
/// </summary>
Expand Down