Skip to content

Commit 8d473d4

Browse files
authored
Fix vale error
1 parent bb4be99 commit 8d473d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

13/umbraco-deploy/deployment-workflow/import-with-migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ internal class ArtifactMigratorsComposer : IComposer
9191

9292
When an import is started, the following happens:
9393
1. Artifact signatures are read from the import provider (using `IArtifactImportProvider.GetArtifactSignatures()`).
94-
2. The artifact signatures are sorted based on dependencies with `Ordering` enabled (ensuring dependent items are processed in the correct order, e.g. parent items before children and data types before document types).
94+
2. The artifact signatures are sorted based on dependencies with `Ordering` enabled (ensuring dependent items are processed in the correct order, like parent items before children and data types before document types).
9595
3. For each artifact signature:
9696
1. Check whether the entity type is allowed to be imported.
9797
2. Publish an `ArtifactImportingNotification` (cancelling will skip importing the artifact).

0 commit comments

Comments
 (0)