Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / migrate / src / Plugin / migrate / destination / DestinationBase.php
index 21a1869b1f90273c9e35235788cafeff2643fc1f..8383e587e564f531e297d25e9bcb029bbab23763 100644 (file)
@@ -12,7 +12,7 @@ use Drupal\migrate\Plugin\RequirementsInterface;
 /**
  * Base class for migrate destination classes.
  *
- * Migrate destination plugins perfom the import operation of the migration.
+ * Migrate destination plugins perform the import operation of the migration.
  * Destination plugins extend this abstract base class. A destination plugin
  * must implement at least fields(), getIds() and import() methods. Destination
  * plugins can also support rollback operations. For more