Skip to content

Commit fe434cf

Browse files
committed
[fix] typos, spelling
[del] MR button
1 parent 7789658 commit fe434cf

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
[![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/nuget/Simplify.Web)](https://libraries.io/nuget/Simplify.Web)
1010
[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/SimplifyNet/Simplify.Web)](https://www.codefactor.io/repository/github/simplifynet/simplify.web)
1111
![Platform](https://img.shields.io/badge/platform-.NET%206.0%20%7C%20.NET%20Standard%202.1%20%7C%20.NET%20Standard%202.0-lightgrey)
12-
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen)](http://makeapullrequest.com)
1312

1413
Simplify.Web is an open-source, lightweight, fast, and highly customizable server-side .NET web framework based on ASP.NET Core for building HTTP-based web applications, RESTful APIs, etc.
1514

src/Simplify.Web/Middleware/SimplifyWebRequestMiddleware.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace Simplify.Web.Middleware;
1818
public static class SimplifyWebRequestMiddleware
1919
{
2020
/// <summary>
21-
/// Occurs when exception occurred and catched by framework.
21+
/// Occurs when exception occurred and caught by framework.
2222
/// </summary>
2323
public static event ExceptionEventHandler? OnException;
2424

src/Simplify.Web/Simplify.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
4545
<FrameworkReference Include="Microsoft.AspNetCore.App" />
4646
</ItemGroup>
47-
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' Or'$(TargetFramework)' == 'netstandard2.0' Or '$(TargetFramework)' == 'net48' ">
47+
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' Or '$(TargetFramework)' == 'netstandard2.0' Or '$(TargetFramework)' == 'net48' ">
4848
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0" />
4949
</ItemGroup>
5050
<ItemGroup>

0 commit comments

Comments
 (0)