From a2cde981e0a1fd59a4c41208e6a574b2c4fc9ee4 Mon Sep 17 00:00:00 2001 From: Donald F Coffin Date: Thu, 13 Jun 2013 23:43:02 -0700 Subject: [PATCH] Corrected spelling error ... --- Maven-Overlay-Project-How-To.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maven-Overlay-Project-How-To.md b/Maven-Overlay-Project-How-To.md index 1aa7e32..4831202 100644 --- a/Maven-Overlay-Project-How-To.md +++ b/Maven-Overlay-Project-How-To.md @@ -33,7 +33,7 @@ - This creates a project with two modules, one bing the `OpenID-Connect-Java-Spring-Server` (the original), and `my-openid-connect` which will hold our modifications we want to overlay. We also set some global properties (versions of Java, Spring, etc.) and the finalName of our project. + This creates a project with two modules, one being the `OpenID-Connect-Java-Spring-Server` (the original), and `my-openid-connect` which will hold our modifications we want to overlay. We also set some global properties (versions of Java, Spring, etc.) and the finalName of our project. 3. Now clone the `OpenID-Connect-Java-Spring-Server` into the `example-openid-connect-overlay/` directory