Skip to content

Commit

Permalink
INTLY-1982: Typo in walkthrough count label (#463)
Browse files Browse the repository at this point in the history
* fix walkthough-walkthrough typo

* rev version
  • Loading branch information
mfrances17 authored May 3, 2019
1 parent 5744d00 commit 1519f3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "integreatly-web-app",
"version": "2.10.1",
"version": "2.10.2",
"private": true,
"proxy": "http://localhost:5001/",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/components/tutorialDashboard/tutorialDashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ const TutorialDashboard = props => {
{addCategory(filteredWalkthroughs)}
<div className="integr8ly-walkthrough-counter pf-u-mt-lg pf-u-mr-md pf-u-text-align-right pf-m-sm">
{filteredWalkthroughs.length === 1 ? (
<strong>{filteredWalkthroughs.length} walkthough</strong>
<strong>{filteredWalkthroughs.length} walkthrough</strong>
) : (
<strong>{filteredWalkthroughs.length} walkthoughs</strong>
<strong>{filteredWalkthroughs.length} walkthroughs</strong>
)}
</div>
</div>
Expand Down

0 comments on commit 1519f3d

Please sign in to comment.