Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone authored May 1, 2024
1 parent 0b7011f commit 3443c3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public interface IDataMigrationManager
/// Updates the database to the latest version for the specified feature.
/// </summary>
/// <param name="feature">The feature to be uninstalled.</param>
[Obsolete("This method has been deprectated please use UpdateAsync(string[] features) instead.")]
[Obsolete("This method has been deprecated, please use UpdateAsync(string[] features) instead.")]
Task UpdateAsync(string feature) => UpdateAsync([feature]);

/// <summary>
Expand Down

0 comments on commit 3443c3c

Please sign in to comment.