Skip to content

Commit

Permalink
Fix typo in namespace Extenstions -> Extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
gormal authored and Sevitas committed Mar 10, 2022
1 parent 20f10fc commit b91a7d6
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using System.Threading.Tasks;
using Xunit;
using Xunit.Abstractions;
using Kentico.Kontent.Management.Extenstions;
using Kentico.Kontent.Management.Extensions;
using static Kentico.Kontent.Management.Tests.ManagementClientTests.Scenario;

namespace Kentico.Kontent.Management.Tests.ManagementClientTests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Kentico.Kontent.Management.Exceptions;
using Kentico.Kontent.Management.Extenstions;
using Kentico.Kontent.Management.Extensions;
using Kentico.Kontent.Management.Models.Items;
using Kentico.Kontent.Management.Models.Shared;
using System;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Kentico.Kontent.Management.Exceptions;
using Kentico.Kontent.Management.Extenstions;
using Kentico.Kontent.Management.Extensions;
using Kentico.Kontent.Management.Models.Shared;
using Kentico.Kontent.Management.Models.Types.Elements;
using Kentico.Kontent.Management.Models.TypeSnippets;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using FluentAssertions;
using FluentAssertions.Execution;
using Kentico.Kontent.Management.Exceptions;
using Kentico.Kontent.Management.Extenstions;
using Kentico.Kontent.Management.Extensions;
using Kentico.Kontent.Management.Models.Shared;
using Kentico.Kontent.Management.Models.Types;
using Kentico.Kontent.Management.Models.Types.Elements;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using FluentAssertions;
using Kentico.Kontent.Management.Extenstions;
using Kentico.Kontent.Management.Extensions;
using Kentico.Kontent.Management.Models.Shared;
using Kentico.Kontent.Management.Models.Types;
using Kentico.Kontent.Management.Models.Types.Elements;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System.Threading.Tasks;
using Xunit;
using FluentAssertions;
using Kentico.Kontent.Management.Extenstions;
using Kentico.Kontent.Management.Extensions;
using Kentico.Kontent.Management.Models.Assets;
using Kentico.Kontent.Management.Models.StronglyTyped;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using Kentico.Kontent.Management.Models.Shared;
using Kentico.Kontent.Management.Tests.Unit.Base;
using Xunit;
using Kentico.Kontent.Management.Extenstions;
using Kentico.Kontent.Management.Extensions;

namespace Kentico.Kontent.Management.Tests.Unit.ManagementClientTests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using FluentAssertions;
using Kentico.Kontent.Management.Models.StronglyTyped;
using System.Linq;
using Kentico.Kontent.Management.Extenstions;
using Kentico.Kontent.Management.Extensions;

namespace Kentico.Kontent.Management.Tests.Unit.ManagementClientTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Kentico.Kontent.Management.Models.Assets;
using System.Collections.Generic;

namespace Kentico.Kontent.Management.Extenstions
namespace Kentico.Kontent.Management.Extensions
{
/// <summary>
/// Helpful methods to make working with assets easier
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Kentico.Kontent.Management.Models.Types.Elements;
using System;

namespace Kentico.Kontent.Management.Extenstions
namespace Kentico.Kontent.Management.Extensions
{
/// <summary>
/// Extensions methods for the ElementMetadataBase class.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Collections.Generic;
using System.Threading.Tasks;

namespace Kentico.Kontent.Management.Extenstions
namespace Kentico.Kontent.Management.Extensions
{
/// <summary>
/// Extensions methods related to listing endpoints
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using Kentico.Kontent.Management.Models.Items;
using Kentico.Kontent.Management.Models.Shared;

namespace Kentico.Kontent.Management.Extenstions
namespace Kentico.Kontent.Management.Extensions
{
/// <summary>
/// Extra simplifying methods available for ManagementClient
Expand Down

0 comments on commit b91a7d6

Please sign in to comment.