From b6767a678d088eb5bc98d9453f7de34eb7c304a4 Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Thu, 1 Mar 2018 15:37:52 -0600 Subject: [PATCH] determing --> determining --- aspnetcore/host-and-deploy/linux-apache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/host-and-deploy/linux-apache.md b/aspnetcore/host-and-deploy/linux-apache.md index dec825336e..1402ad4dff 100644 --- a/aspnetcore/host-and-deploy/linux-apache.md +++ b/aspnetcore/host-and-deploy/linux-apache.md @@ -334,7 +334,7 @@ Add the line `Header append X-FRAME-OPTIONS "SAMEORIGIN"`. Save the file. Restar #### MIME-type sniffing -The `X-Content-Type-Options` header prevents Internet Explorer from *MIME-sniffing* (determing a file's `Content-Type` from the file's content). If the server sets the `Content-Type` header to `text/html` with the `nosniff` option set, Internet Explorer renders the content as `text/html` regardless of the file's content. +The `X-Content-Type-Options` header prevents Internet Explorer from *MIME-sniffing* (determining a file's `Content-Type` from the file's content). If the server sets the `Content-Type` header to `text/html` with the `nosniff` option set, Internet Explorer renders the content as `text/html` regardless of the file's content. Edit the *httpd.conf* file: