Skip to content

Commit 1f83cc8

Browse files
committed
Fix typo
1 parent 7464f21 commit 1f83cc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.tours/intro.tour

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
{
99
"file": "src/player/index.ts",
10-
"description": "### 🎥 Tour Player\n\nThe CodeTour player is what defines the experience that end-users get, when actually taking a guided walkthrough. It includes various UX components:\n\n* 🕳️ [Gutter decorator](./decorator.ts) - Displays the \"CodeTour\" icon next to lines that are associated with a tour\n* 📊 [Status bar indicator](./status.ts) - Indicates the current tour and step\n* 🌳 [Tree view](./tree/index.ts) - Provides an at-a-glance view of the tours within the opene workspace",
10+
"description": "### 🎥 Tour Player\n\nThe CodeTour player is what defines the experience that end-users get, when actually taking a guided walkthrough. It includes various UX components:\n\n* 🕳️ [Gutter decorator](./decorator.ts) - Displays the \"CodeTour\" icon next to lines that are associated with a tour\n* 📊 [Status bar indicator](./status.ts) - Indicates the current tour and step\n* 🌳 [Tree view](./tree/index.ts) - Provides an at-a-glance view of the tours within the opened workspace",
1111
"line": 436
1212
},
1313
{

0 commit comments

Comments
 (0)