FIX Typo in completion message

Co-Authored-By: ScopeyNZ <guy@scopey.co.nz>
This commit is contained in:
Robbie Averill 2019-01-23 16:16:04 +13:00 committed by GitHub
parent 2f672ae2ca
commit eb89c30b08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -865,6 +865,6 @@ class TestRegistryDataObject extends DataObject implements RegistryDataInterface
$new->write();
}
DB::alteration_message('Added defualt records to DefaultRegistryDataObject table', 'created');
DB::alteration_message('Added default records to DefaultRegistryDataObject table', 'created');
}
}