Skip to content

Commit

Permalink
decision_server, create_or_edit_content: Typo fix
Browse files Browse the repository at this point in the history
Fix two instances of a space before a comma.
  • Loading branch information
Miciah committed Jan 4, 2016
1 parent cedd627 commit f57fdba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contributing_to_docs/create_or_edit_content.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ If you find any conflicts you must fix those, and repeat steps 3 and 4.

*Step 6:* Push all changes to your GitHub account

After you have rebased, fixed any conflicts, and committed your changes ,you can
After you have rebased, fixed any conflicts, and committed your changes, you can
push them to your GitHub account. This command adds your local working branch to
your GitHub repository:

Expand Down
2 changes: 1 addition & 1 deletion using_images/xpaas_images/decision_server.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The S2I process for the Decision Server xPaaS image works as follows:
+
* In addition to kjars resulting from the Maven build, any kjars found in the deployments source directory will also be installed into the local Maven repository. Kjars do not end up in the *_EAP_HOME/standalone/deployments/_* directory.
+
. Any JAR (that is not a kjar) , WAR, and EAR in the *_deployments_* source repository directory will be copied to the *_EAP_HOME/standalone/deployments_* directory and subsequently deployed using the JBoss EAP deployment scanner.
. Any JAR (that is not a kjar), WAR, and EAR in the *_deployments_* source repository directory will be copied to the *_EAP_HOME/standalone/deployments_* directory and subsequently deployed using the JBoss EAP deployment scanner.
+
. All files in the *_configuration_* source repository directory are copied to *_EAP_HOME/standalone/configuration_*.
+
Expand Down

0 comments on commit f57fdba

Please sign in to comment.