From d9a0ec39cd5356d0e916c805674ab8fa5ea298ce Mon Sep 17 00:00:00 2001 From: Sho Ko <33238148+kosho2013@users.noreply.github.com> Date: Sun, 11 Jul 2021 00:31:39 -0700 Subject: [PATCH] Update QUICKSTART.md --- docs/QUICKSTART.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/QUICKSTART.md b/docs/QUICKSTART.md index 3c97f9a4..a1c9088b 100644 --- a/docs/QUICKSTART.md +++ b/docs/QUICKSTART.md @@ -16,7 +16,7 @@ git checkout acrucker make pir ``` -`make pir` initializes and compiles all submodlues, which can takes some time for the first time. It will print bunch of stuff and make sure there's no error before proceeding. +`make pir` initializes and compiles all submodules, which can takes some time for the first time. It will print bunch of stuff and make sure there's no error before proceeding. ## Run test end-to-end If your app extends `SpatialTest` instead of SpatialApp, you can run all following passes with the script `bin/test`.