Skip to content

Commit 583d506

Browse files
apupierdgolovin
authored andcommitted
Fix typo on welcome page compnent -> component
Signed-off-by: Aurélien Pupier <[email protected]>
1 parent 45fba5e commit 583d506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

welcome/app/assets/templates/welcome.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<ul>
6060
<li>Run and debug your component locally using VSCode Extensions</li>
6161
<li><a href="command:openshift.component.createFromLocal">Create New Component</a> from your source code and <a href="command:openshift.component.push">push</a> it to cluster</li>
62-
<li><a href="command:openshift.component.debug">Debug</a> compnent running in cluster</li>
62+
<li><a href="command:openshift.component.debug">Debug</a> component running in cluster</li>
6363
</ul>
6464
</p>
6565
</div>
@@ -101,4 +101,4 @@
101101
</div>
102102
</body>
103103
<script src="<%= jsUri %>"></script>
104-
</html>
104+
</html>

0 commit comments

Comments
 (0)