Skip to content

Commit dd48b1b

Browse files
committed
spelling: currenty -> current
1 parent d12b92c commit dd48b1b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

10/umbraco-cms/reference/management/services/relationservice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ namespace Doccers.Core.Components
348348
// Check if they are already related
349349
if (!_relationService.AreRelated(home.Id, entity.Id))
350350
{
351-
// If not then let us relate the currenty entity to home
351+
// If not then let us relate the current entity to home
352352
_relationService.Relate(home.Id, entity.Id, relationType);
353353
}
354354
}

13/umbraco-cms/reference/management/services/relationservice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ public class RelationComponent : IComponent
321321
// Check if they are already related
322322
if (!_relationService.AreRelated(home.Id, entity.Id))
323323
{
324-
// If not then let us relate the currenty entity to home
324+
// If not then let us relate the current entity to home
325325
_relationService.Relate(home.Id, entity.Id, relationType);
326326
}
327327
}

14/umbraco-cms/reference/management/using-services/relationservice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class ContentPublishedNotificationHandler(IContentService contentService,
3535
// Check if they are already related
3636
if (!relationService.AreRelated(home.Id, entity.Id))
3737
{
38-
// If not then let us relate the currenty entity to home
38+
// If not then let us relate the current entity to home
3939
relationService.Relate(home.Id, entity.Id, relationType);
4040
}
4141
}

15/umbraco-cms/reference/management/using-services/relationservice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class ContentPublishedNotificationHandler(IContentService contentService,
3535
// Check if they are already related
3636
if (!relationService.AreRelated(home.Id, entity.Id))
3737
{
38-
// If not then let us relate the currenty entity to home
38+
// If not then let us relate the current entity to home
3939
relationService.Relate(home.Id, entity.Id, relationType);
4040
}
4141
}

16/umbraco-cms/reference/management/using-services/relationservice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class ContentPublishedNotificationHandler(IContentService contentService,
3535
// Check if they are already related
3636
if (!relationService.AreRelated(home.Id, entity.Id))
3737
{
38-
// If not then let us relate the currenty entity to home
38+
// If not then let us relate the current entity to home
3939
relationService.Relate(home.Id, entity.Id, relationType);
4040
}
4141
}

0 commit comments

Comments
 (0)