From 5db7124d15bb8a25d83972861b66cf7cbd26ec30 Mon Sep 17 00:00:00 2001 From: Bunyamin Coskuner Date: Thu, 8 Oct 2020 13:47:51 +0300 Subject: [PATCH] docs: update CSRF --- docs/en/CSRF-Anti-Forgery.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/CSRF-Anti-Forgery.md b/docs/en/CSRF-Anti-Forgery.md index 2f768695b9..ad838e3548 100644 --- a/docs/en/CSRF-Anti-Forgery.md +++ b/docs/en/CSRF-Anti-Forgery.md @@ -115,5 +115,5 @@ You don't need to make anything unless you need to change the `AntiforgeryOption }) ], }) -export class YourModule {} -``` \ No newline at end of file +export class AppModule {} +```