Skip to content

Commit

Permalink
Fix typo in MIME repair step names
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Aug 29, 2024
1 parent d0bfa90 commit 15a1396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Migration/RegisterMimeType.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function __construct(IMimeTypeLoader $mimeTypeLoader)

public function getName()
{
return 'Register Maps MIME types"';
return 'Register Maps MIME types';
}

private function registerForExistingFiles()
Expand Down
2 changes: 1 addition & 1 deletion lib/Migration/UnregisterMimeType.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function __construct(IMimeTypeLoader $mimeTypeLoader)

public function getName()
{
return 'Register Maps MIME types"';
return 'Unregister Maps MIME types';
}

private function unregisterForExistingFiles()
Expand Down

0 comments on commit 15a1396

Please sign in to comment.