Spelling mistakes updated.

This commit is contained in:
Onurkan Bakırcı 2022-03-22 00:56:07 +03:00 committed by GitHub
parent af060620c8
commit ce22713dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ global using System.Threading.Tasks;
global using System; global using System;
global using System.Reflection; global using System.Reflection;
global using Microsoft.OpenApi.Models; global using Microsoft.OpenApi.Models;
global using Sytem.IO.Path; global using System.IO;

View File

@ -50,5 +50,5 @@ global using Webhooks.API.Services;
global using Webhooks.API; global using Webhooks.API;
global using System.Reflection; global using System.Reflection;
global using Microsoft.OpenApi.Models; global using Microsoft.OpenApi.Models;
global using System.IO.Path; global using System.IO;