From 7aa353970428c185734baaa82f54ae48803abe35 Mon Sep 17 00:00:00 2001 From: Document Doctor Date: Wed, 6 Mar 2019 00:43:40 -0500 Subject: [PATCH] Fixed typos in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8fd6ce..1ab7e9f 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ I know. Skipping the Tests ======================================= -The tests are very valuable, but also time-consuming because they depoloy to app servers. If +The tests are very valuable, but also time-consuming because they deploy to app servers. If you're just pulling in someone's already-tested changes. To skip the tests, just build like this: mvn clean install -Darchetype.test.skip=true