From e68fde69b60323ac5fe53aacbf84f50106362d2a Mon Sep 17 00:00:00 2001 From: Jamie Hannaford Date: Thu, 26 Mar 2015 20:18:27 +0100 Subject: [PATCH] Fix spelling Signed-off-by: Jamie Hannaford Upstream-commit: 849e55f4e499f729e7e63ca2b20f3371a8e15d86 Component: engine --- components/engine/docs/sources/project/test-and-docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/sources/project/test-and-docs.md b/components/engine/docs/sources/project/test-and-docs.md index cef3cae8eb..7f9171cd32 100644 --- a/components/engine/docs/sources/project/test-and-docs.md +++ b/components/engine/docs/sources/project/test-and-docs.md @@ -128,7 +128,7 @@ Run the entire test suite on your current repository: If you are working inside a Docker development container, you use the `hack/make.sh` script to run tests. The `hack/make.sh` script doesn't have a single target that runs all the tests. Instead, you provide a single -commmand line with multiple targets that does the same thing. +command line with multiple targets that does the same thing. Try this now.