From 08e7c24158e01c570fd277ef5cd78a4379b1b104 Mon Sep 17 00:00:00 2001 From: JavaScript Joe Date: Thu, 26 Sep 2019 13:53:12 -0700 Subject: [PATCH] docs: fix typo in commands section --- docs/commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/commands.md b/docs/commands.md index 4519fdcf8..74d53493e 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -179,7 +179,7 @@ npx react-native init MyApp --template file:///Users/name/template-path npx react-native init MyApp --template file:///Users/name/template-name-1.0.0.tgz ``` -A template is any directory or npm package that contains a `template.config.js` file in the root with following of the following type: +A template is any directory or npm package that contains a `template.config.js` file in the root with the following type: ```ts type Template = {