From 8a4a45a079ff195f71832c877d33d8020555885f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleksis=20Fraga=20Men=C3=A9ndez?= <44526468+oleksis@users.noreply.github.com> Date: Mon, 27 Jul 2020 12:21:20 -0400 Subject: [PATCH] Fix typo recursively -> recursive --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b29fafc6..f0bf8640 100644 --- a/README.rst +++ b/README.rst @@ -270,7 +270,7 @@ explanation to help a newbie find their way around. cd Phoenix git submodule init - git submodule update --recursively + git submodule update --recursive * **sip/gen**: The code (.sip files) produced by the ETG scripts is placed in this folder.