From 84901a985c7702d59edaeafa49bfb8aa35700087 Mon Sep 17 00:00:00 2001 From: Forresst Date: Fri, 29 Jan 2021 14:40:04 +0100 Subject: [PATCH] Fix typos in secureheaders.md --- sections/security/secureheaders.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sections/security/secureheaders.md b/sections/security/secureheaders.md index 8edf4b66..9e9aca5e 100644 --- a/sections/security/secureheaders.md +++ b/sections/security/secureheaders.md @@ -5,7 +5,7 @@ ### One Paragraph Explainer -There are security-related headers used to secure your application further. The most important headers are listed below. You can also visit the sites linked at the bottom of this page to get more information on this topic. You can easily set these headers using the [Helmet](https://www.npmjs.com/package/helmet) module for express ([Helmet for koa](https://www.npmjs.com/package/koa-helmet)). +There are security-related headers used to secure your application further. The most important headers are listed below. You can also visit the sites linked at the bottom of this page to get more information on this topic. You can easily set these headers using the [Helmet](https://www.npmjs.com/package/helmet) module for Express ([Helmet for koa](https://www.npmjs.com/package/koa-helmet)).

@@ -18,7 +18,7 @@ There are security-related headers used to secure your application further. The - [Referrer-Policy](#referrer-policy) - [Expect-CT](#expect-ct) - [Content-Security-Policy](#content-security-policy) -- [Additional Resource](#additional-resources) +- [Additional Resources](#additional-resources)