From 4da68739d2c3e87be0ba097f80e1d3fdb4cfa412 Mon Sep 17 00:00:00 2001 From: ZP Jiang <1658909+0x333333@users.noreply.github.com> Date: Tue, 10 Sep 2019 15:58:39 -0700 Subject: [PATCH] Fixed a typo in faq.md (#1358) Fixed a typo in faq.md --- doc/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/faq.md b/doc/faq.md index e0958a83..3976b7d7 100644 --- a/doc/faq.md +++ b/doc/faq.md @@ -150,7 +150,7 @@ git clone https://github.com/CMU-Perceptual-Computing-Lab/openpose cd openpose git submodule init -git submodle update +git submodule update ```