diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-03-07 21:19:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-07 21:19:24 -0500 |
| commit | ae9948ce044efda3f6e674383a743f7e30428e37 (patch) | |
| tree | dc50b8c3a0ff843342fb23bb4394a45c77f71fbd /Jellyfin.Server/Migrations/MigrationOptions.cs | |
| parent | 4c2b543b307b55b2220472c59396b9b4a604cfb7 (diff) | |
| parent | 3d563ca3a3c8398617ef014f53ba9d0937a55d94 (diff) | |
Merge branch 'master' into logging-migration
Diffstat (limited to 'Jellyfin.Server/Migrations/MigrationOptions.cs')
| -rw-r--r-- | Jellyfin.Server/Migrations/MigrationOptions.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Migrations/MigrationOptions.cs b/Jellyfin.Server/Migrations/MigrationOptions.cs index b96288cc1..6b7831158 100644 --- a/Jellyfin.Server/Migrations/MigrationOptions.cs +++ b/Jellyfin.Server/Migrations/MigrationOptions.cs @@ -15,7 +15,7 @@ namespace Jellyfin.Server.Migrations #pragma warning disable CA1819 // Properties should not return arrays /// <summary> - /// Gets or sets he list of applied migration routine names. + /// Gets or sets the list of applied migration routine names. /// </summary> public string[] Applied { get; set; } #pragma warning restore CA1819 // Properties should not return arrays |
