From b1efea1bd98a1820bbae04d28203cebfd774ea85 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sun, 3 Dec 2017 21:44:04 +0000 Subject: [PATCH] Update BUILD.md --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 10f0508509..cd4026492c 100644 --- a/BUILD.md +++ b/BUILD.md @@ -2,7 +2,7 @@ - All the applications share the same library, which, for historical reasons, is in ReactNativeClient/lib. This library is copied to the relevant directories when builing each app. - The translations are built by running CliClient/build-translation.sh. For this reasons, it's generally better to get the CLI app to build first so that everything is setup correctly. -- Note: building translations is not longer required to run the apps, so you can ignore all the below requirements about gettext. +- Note: building translations is no longer required to run the apps, so you can ignore all the below requirements about gettext. ## macOS dependencies