diff --git a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md index a503628344..87de33e7d8 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md +++ b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md @@ -131,8 +131,8 @@ This table includes the elements used by the Enterprise Mode schema.
Example
<emie> - <domain exclude="false">fabrikam.com - <path exclude="true">/products</path> + <domain exclude="true">fabrikam.com + <path exclude="false">/products</path> </domain> </emie>
Where http://fabrikam.com doesn't use IE8 Enterprise Mode, but http://fabrikam.com/products does.