Skip to content

Commit 6a3a78a

Browse files
authored
Merge pull request #364 from brianteeman/docs_typos
Docs typos
2 parents ad57fdc + 952b24d commit 6a3a78a

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

docs/src/content/articles/demotime-browser-tabs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ workbench.action.terminal.killAll
168168

169169
Like in the example below
170170

171-
![Step 8 - Clossing temrinal window](./8-terminal-window.png)
171+
![Step 8 - Closing terminal window](./8-terminal-window.png)
172172

173173

174174
### Browser tabs
@@ -224,4 +224,4 @@ demos:
224224
- action: executeVSCodeCommand
225225
command: workbench.action.terminal.killAll
226226
description: Opening second tab
227-
```
227+
```

docs/src/content/docs/actions/text.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Text actions are used to insert, replace, highlight, select, delete, or unselect
1515
Most of these actions make use of the `path` property to specify the location of the file.
1616

1717
<Aside type="note" title='Samples'>
18-
You can find text actions samples on GitHub:
18+
You can find text actions samples on GitHub:
1919
<GitHubFileOpener filePath=".demo/3.text-actions.json" />
2020
</Aside>
2121

@@ -232,7 +232,7 @@ content: <content of the file> # optional
232232
contentPath: <relative path to the file> # optional
233233
insertTypingMode: <typing mode: 'instant', 'line-by-line', 'character-by-character' or 'hacker-typer'> # optional, default is 'instant'
234234
insertTypingSpeed: <delay in milliseconds to insert> # Optional
235-
```
235+
```
236236

237237
</TabItem>
238238
</Tabs>
@@ -454,7 +454,7 @@ action: delete
454454
path: <relative path to the file>
455455
startPlaceholder: <start placeholder>
456456
endPlaceholder: <end placeholder>
457-
```
457+
```
458458

459459
</TabItem>
460460
</Tabs>
@@ -548,14 +548,14 @@ const ext = 'Demo Time';
548548

549549
## Typing modes
550550

551-
When inserting or replacing text, you can specify the typing mode with the `insertTypingMode` property or on global level with the `demoTime.insertTypingMode` setting.
551+
When inserting or replacing text, you can specify the typing mode with the `insertTypingMode` property or on global level with the `demoTime.insertTypingMode` setting.
552552

553553
The available options are:
554554

555555
- `instant`: The text is inserted instantly.
556556
- `line-by-line`: The text is inserted line by line, with a delay between each line.
557557
- `character-by-character`: The text is inserted character by character, with a delay between each character.
558-
- `hacker-typer`: The text is inserted in a hacker-typer style, where you are in control over the character instertion by pressing the `down` key (default key binding which can be changed in the keybindings settings).
558+
- `hacker-typer`: The text is inserted in a hacker-typer style, where you are in control over the character insertion by pressing the `down` key (default key binding which can be changed in the keybindings settings).
559559

560560
### Hacker-typer mode
561561

docs/src/content/docs/adding-demos.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ For example, if you want to highlight a piece of code, you can select the code a
267267
3. Click on the `highlight` action in the command palette.
268268

269269
<Image class="mx-auto" src={demoStepImage} alt="Add a demo step from the &quot;Demo Time: Add demo step&quot; command" />
270-
270+
271271
4. Select the demo file in which you want to add the step (only if you have multiple demo files).
272272
5. Select if you want to add it to an existing demo or create a new one.
273273

@@ -285,7 +285,7 @@ From the **Config Editor**, you have the ability to try out the configured demo/
285285

286286
You are also able to add notes to your demos. These notes can be used to provide additional information for yourself or others who will be executing the demo.
287287

288-
The notes should be created as a markdown file.
288+
The notes should be created as a markdown file.
289289

290290
<Tabs>
291291
<TabItem label="Config Editor">
@@ -338,8 +338,8 @@ notes:
338338

339339
## Implementing other demos and steps
340340

341-
You can add more demos and steps to the `demos` array. In the [actions section](/actions/) of the documenation, you can find all the available actions you can use to create your demos.
341+
You can add more demos and steps to the `demos` array. In the [actions section](/actions/) of the documentation, you can find all the available actions you can use to create your demos.
342342

343343
<Aside type="note">
344344
If you want to split your demos in multiple sections, you can do this by creating multiple demo files in the `.demo` folder. The extension will automatically recognize them and display them in the **Demo Time** view.
345-
</Aside>
345+
</Aside>

docs/src/content/docs/remote-control.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Open the control at: [remote.demotime.show](https://remote.demotime.show)
2525
You can make use of `ngrok` or a reverse proxy to expose the API over the internet to make the Remote Control feature accessible from anywhere.
2626
</Aside>
2727

28-
<Image class="mx-auto" src={remoteControlImg} alt="Remote Cotrol for Demo Time" width="400" />
28+
<Image class="mx-auto" src={remoteControlImg} alt="Remote Control for Demo Time" width="400" />
2929

3030
## Key Capabilities
3131

@@ -54,4 +54,4 @@ Open the control at: [remote.demotime.show](https://remote.demotime.show)
5454
4. Add the URL of the `ngrok` tunnel (or local IP with port if on the same network).
5555
5. Interact with the controls (Next / Previous / Start) as the presentation runs.
5656

57-
<Image class="mx-auto" src={remoteControlActionsImg} alt="Remote Cotrol - Actions" width="400" />
57+
<Image class="mx-auto" src={remoteControlActionsImg} alt="Remote Control - Actions" width="400" />

docs/src/content/docs/slides/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ When presenting slides, you have the following control available:
185185

186186
The following actions are only available when you are not in presentation mode:
187187

188-
- **Toggle mouse position**: Toggles the mouse position overlay on the slide, which can be usefule to position elements on your slides.
188+
- **Toggle mouse position**: Toggles the mouse position overlay on the slide, which can be useful to position elements on your slides.
189189
- **Open slide source**: Opens the source file of the slide in the editor, allowing you to edit the slide content directly.
190190

191191
## Auto-advancing to the next slide

0 commit comments

Comments
 (0)