diff --git a/docs/migration.txt b/docs/migration.txt index 150ae7111..5910b1266 100644 --- a/docs/migration.txt +++ b/docs/migration.txt @@ -260,9 +260,9 @@ if (my $exception = Exception::Class->caught() ) { Removed Methods --------------- -assetDbProperties - Simply instantiate the asset if you want it's properties. +assetDbProperties - Simply instanciate the asset if you want it's properties. -assetExists - Simply instantiate the asset if you want to know if it exists. +assetExists - Simply instanciate the asset if you want to know if it exists. getValue - Use get() or the individual property accessors instead.