summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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() {