From 292bfc123ba573312a6a72018abb88934edc531a Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 20 Nov 2017 13:26:32 +0200 Subject: [PATCH] fix typo --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 591564f..f2269a2 100644 --- a/FAQ.md +++ b/FAQ.md @@ -36,7 +36,7 @@ c) Pay someone from your company or some other developer to code feature and sub d) Develop feature yourself and submit it as pull requests to devel [Wekan repo](https://github.com/wekan/wekan) branch. -[According to Open Hub](https://www.openhub.net/p/wekan), Wekan code is only about 10500 lines without Meteor.js framwork and NPM modules, so it's very small when comparing to other software, and quite logically organized. With git history viewer like gitk it's possible to see how different features are implemented. +[According to Open Hub](https://www.openhub.net/p/wekan), Wekan code is only about 10500 lines without Meteor.js framework and NPM modules, so it's very small when comparing to other software, and quite logically organized. With git history viewer like gitk it's possible to see how different features are implemented. For Sandstorm-specific features, have the feature enabled in Sandstorm by using environment variable isSandstorm = true like is at wekan/sandstorm.js .