Skip to content

Commit 3453605

Browse files
author
OpenShift Bot
authored
Merge pull request #1072 from andrewklau/patch-1
Merged by openshift-bot
2 parents 6bd8443 + ff8939d commit 3453605

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: app/scripts/constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ window.OPENSHIFT_CONSTANTS = {
355355
id: "ci-cd",
356356
categoryAliases:["jenkins"],
357357
label: "Continuous Integration & Deployment",
358-
description: "Automate the build, test, and deploymeant of your application with each new code revision."
358+
description: "Automate the build, test, and deployment of your application with each new code revision."
359359
},
360360
{
361361
id: "datastore",

Diff for: dist/scripts/scripts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ description:"Model, automate, and orchestrate business processes across applicat
231231
id:"ci-cd",
232232
categoryAliases:[ "jenkins" ],
233233
label:"Continuous Integration & Deployment",
234-
description:"Automate the build, test, and deploymeant of your application with each new code revision."
234+
description:"Automate the build, test, and deployment of your application with each new code revision."
235235
}, {
236236
id:"datastore",
237237
categoryAliases:[ "database", "datagrid" ],

0 commit comments

Comments
 (0)