Skip to content

Commit 98504d1

Browse files
DenrizSusamMarkusBordihn
authored andcommitted
Typo fix in code comment (#213)
"...a basic tour." instead of "...an basic tour".
1 parent 2322204 commit 98504d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/select_screen/welcome/welcome.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ cwc.ui.SelectScreenWelcome.prototype.decorate = function() {
115115

116116

117117
/**
118-
* Starts an basic tour.
118+
* Starts a basic tour.
119119
*/
120120
cwc.ui.SelectScreen.prototype.startTour = function() {
121121
if (this.tour_) {

0 commit comments

Comments
 (0)