From f03961c6cd454ecc8bff5e25add86c146703f73c Mon Sep 17 00:00:00 2001 From: sis0k0 Date: Tue, 23 Jan 2018 14:54:33 +0200 Subject: [PATCH] docs: add missing words in contributing guide --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e43019ec..4f421d12 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,7 +47,7 @@ You are good to go! You're strongly encouraged to follow the official NativeScri ## Testing locally -There are three apps in the repository, located in +There are three apps in the repository, located in the `/demo` directory. 1. Create a new NativeScript project with NativeScript CLI: ``` bash tns create testapp # pass --ng/--tsc for Angular/TypeScript app