From 488fe53276326ff4f8ed4fb56670d91febd0c365 Mon Sep 17 00:00:00 2001 From: Will Eccles Date: Thu, 18 Aug 2016 11:19:06 -0400 Subject: [PATCH] fixed grammar for 32bit --- docs/development/build-instructions-osx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/build-instructions-osx.md b/docs/development/build-instructions-osx.md index 13ac61660..7bf89f56c 100644 --- a/docs/development/build-instructions-osx.md +++ b/docs/development/build-instructions-osx.md @@ -49,7 +49,7 @@ After building is done, you can find `Electron.app` under `out/D`. ## 32bit Support Electron can only be built for a 64bit target on macOS and there is no plan to -support 32bit macOS in future. +support 32bit macOS in the future. ## Tests