diff --git a/core/modules/file/migration_templates/d7_file.yml b/core/modules/file/migration_templates/d7_file.yml index 1d7b1f2..7b35aff 100644 --- a/core/modules/file/migration_templates/d7_file.yml +++ b/core/modules/file/migration_templates/d7_file.yml @@ -8,7 +8,7 @@ source: plugin: d7_file constants: # The tool configuring this migration must set source_base_path. It - # represents the fully qualified path relative to which uris in the files + # represents the fully qualified path relative to which URIs in the files # table are specified, and must end with a /. See source_full_path # configuration in this migration's process pipeline as an example. source_base_path: '' @@ -32,7 +32,7 @@ process: - '@source_full_path' - uri filemime: filemime - # No need to migrate filesize - it is computed when file entities are saved. + # No need to migrate filesize, it is computed when file entities are saved. # filesize: filesize status: status # Drupal 7 didn't keep track of the file's creation or update time -- all it