summaryrefslogtreecommitdiff
path: root/docs/guide/ags
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-10-03 21:43:52 +0000
committerAylur <[email protected]>2024-10-03 21:50:39 +0000
commitdfc240d66e818044a24520726aef4e8e113a6dd7 (patch)
treefe84d9cc41b66b7ef2612624749c0fbc68018ea2 /docs/guide/ags
parente8536ed29caca7b6fc7ef582a2cc31dfc8317c8d (diff)
docs: window toggling
Diffstat (limited to 'docs/guide/ags')
-rw-r--r--docs/guide/ags/cli-app.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/ags/cli-app.md b/docs/guide/ags/cli-app.md
index 9d5d21d..ec6d174 100644
--- a/docs/guide/ags/cli-app.md
+++ b/docs/guide/ags/cli-app.md
@@ -112,7 +112,7 @@ function Bar() {
You can also invoke `App.add_window` by simply passing the `App` to the `application` prop.
-```tsx {4}
+```tsx {4}
import { App } from "astal"
function Bar() {