From ce22713dd6e1703238ddedbe20e27143ce49af0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onurkan=20Bak=C4=B1rc=C4=B1?= Date: Tue, 22 Mar 2022 00:56:07 +0300 Subject: [PATCH] Spelling mistakes updated. --- src/Services/Identity/Identity.API/GlobalUsings.cs | 2 +- src/Services/Webhooks/Webhooks.API/GlobalUsings.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Services/Identity/Identity.API/GlobalUsings.cs b/src/Services/Identity/Identity.API/GlobalUsings.cs index 867068f1f..b96eff851 100644 --- a/src/Services/Identity/Identity.API/GlobalUsings.cs +++ b/src/Services/Identity/Identity.API/GlobalUsings.cs @@ -60,7 +60,7 @@ global using System.Threading.Tasks; global using System; global using System.Reflection; global using Microsoft.OpenApi.Models; -global using Sytem.IO.Path; +global using System.IO; diff --git a/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs b/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs index 8976a1d32..cd5624bad 100644 --- a/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs +++ b/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs @@ -50,5 +50,5 @@ global using Webhooks.API.Services; global using Webhooks.API; global using System.Reflection; global using Microsoft.OpenApi.Models; -global using System.IO.Path; +global using System.IO;