diff options
author | Aylur <[email protected]> | 2024-10-15 15:37:46 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-10-15 15:37:46 +0200 |
commit | c84d7103c74e313fe37dd285e47c819afa6e0d27 (patch) | |
tree | 0e0cbcee40676d2ce88f2b6f040ee3210b08020f /docs/guide/typescript/cli-app.md | |
parent | cbe650afb31c24faea6da45b4aeeffc6e964969d (diff) | |
parent | b33c3bf91dbbea13b1a2c8603e00809b22cd42c8 (diff) |
Merge branch 'small-refactor'
Diffstat (limited to 'docs/guide/typescript/cli-app.md')
-rw-r--r-- | docs/guide/typescript/cli-app.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/typescript/cli-app.md b/docs/guide/typescript/cli-app.md index 3407e06..f409176 100644 --- a/docs/guide/typescript/cli-app.md +++ b/docs/guide/typescript/cli-app.md @@ -1,6 +1,6 @@ # CLI and App -`App` is a singleton **instance** of an [Astal.Application](https://aylur.github.io/libastal/class.Application.html). +`App` is a singleton **instance** of an [Astal.Application](https://aylur.github.io/libastal/astal3/class.Application.html). Depending on gtk version import paths will differ |