Skip to content

Commit cf1624b

Browse files
authored
Merge pull request aspnetboilerplate#6784 from Erik-McKelvey/patch-2
typo: in AspNet-Core.md
2 parents 673f6ef + 6871cc8 commit cf1624b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/WebSite/AspNet-Core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ This approach can be useful if you don't have access the source code of the Cont
213213

214214
#### Html Sanitizer Action Filter
215215

216-
To prevent **XSS** attacks, it's important to **sanitize** HTML input of actions. ASP.NET Boilerplate provides provides **AbpHtmlSanitizerActionFilter** for this purpose.
216+
To prevent **XSS** attacks, it's important to **sanitize** HTML input of actions. ASP.NET Boilerplate provides **AbpHtmlSanitizerActionFilter** for this purpose.
217217

218218
To get started, you'll need to **add** the [Abp.HtmlSanitizer](https://www.nuget.org/packages/Abp.HtmlSanitizer) NuGet package to your project. Then, you can enable **HTML sanitizer** by adding the following code to your **Startup.cs** file:
219219

0 commit comments

Comments
 (0)