Skip to content

Commit

Permalink
Fix turbowarp caplitialization.
Browse files Browse the repository at this point in the history
  • Loading branch information
aspizu committed Oct 9, 2024
1 parent 7c3477e commit 688749d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/editor-integration/turbowarp-desktop.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Turbowarp Desktop
# TurboWarp Desktop

## Instant Project Reload

This will add a keyboard shortcut to instantly reload the project in
Turbowarp Desktop using ++ctrl+b++
TurboWarp Desktop using ++ctrl+b++

Open the user data folder using:
`Settings` > `Desktop Settings` > `Open User Data`
Expand All @@ -21,6 +21,6 @@ window.addEventListener('keyup', async (event) => {
})
```

Restart Turbowarp Desktop including all open windows.
Restart TurboWarp Desktop including all open windows.

Thanks to GarboMuffin for this code.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ nav:
- Custom Blocks: language/custom-blocks.md
- Enums: language/enums.md
- Editor Integration:
- Turbowarp Desktop: editor-integration/turbowarp-desktop.md
- TurboWarp Desktop: editor-integration/turbowarp-desktop.md
- Visual Studio Code: editor-integration/vscode.md
- Sublime Text: editor-integration/sublime-text.md
theme:
Expand Down

0 comments on commit 688749d

Please sign in to comment.