From ea38916c270b55df9fcc3c2c8d2fa6898ef64027 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Mon, 20 Jun 2016 02:24:00 +1000 Subject: [PATCH] Fix typo in DevTools Extensions tutorial --- docs/tutorial/devtools-extension.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/devtools-extension.md b/docs/tutorial/devtools-extension.md index de58d671f771..631d0ad0eb77 100644 --- a/docs/tutorial/devtools-extension.md +++ b/docs/tutorial/devtools-extension.md @@ -45,7 +45,7 @@ Following Devtools Extensions are tested and guaranteed to work in Electron: ### What should I do if a DevTools Extension is not working? -Fist please make sure the extension is still being maintained, some extensions +First please make sure the extension is still being maintained, some extensions can not even work for recent versions of Chrome browser, and we are not able to do anything for them.