diff --git a/subresource-integrity/index.html b/subresource-integrity/index.html
index f34b1ac..942f3f4 100755
--- a/subresource-integrity/index.html
+++ b/subresource-integrity/index.html
@@ -41,7 +41,7 @@ feature_id: 6183089948590080
<link rel="stylesheet" href="incorrect_hash.css" integrity="sha256-OBVIOUSLY_INCORRECT_HASH">
Browsers that support subresource integrity will refuse to load the file, since the
integrity
value doesn't correspond to the actual sha256
hash of the
- file. You'll see an error message logged in the developer tools (i.e. Chrome DevTools) console. Browsers that don't support
+ file. You'll see an error message logged in the developer tools (for example, Chrome DevTools) console. Browsers that don't support
subresource integrity will, however, load the file, and in those browsers this paragraph will be
pink.