From 940e4f5c7d420359abbc9284bef33837932fec4e Mon Sep 17 00:00:00 2001 From: Tim Wienk Date: Tue, 1 Apr 2014 18:04:18 +0200 Subject: [PATCH] Browser: docs, s/backwards compatibility/backward compatibility/ --- Docs/Browser/Browser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/Browser/Browser.md b/Docs/Browser/Browser.md index c27352d3..ab4b91cd 100644 --- a/Docs/Browser/Browser.md +++ b/Docs/Browser/Browser.md @@ -74,7 +74,7 @@ If 'Browser.chrome' is True, all other possible properties, like 'Browser.firefo // Please upgrade your browser } -If an IE document is set to backwards compatibility mode using the X-UA-Compatible header, then the Browser object is treated as if the earlier version of the browser is running. +If an IE document is set to backward compatibility mode using the X-UA-Compatible header, then the Browser object is treated as if the earlier version of the browser is running. ### Browser.ie in the compatibility build: -- 2.11.4.GIT