diff options
author | Aylur <[email protected]> | 2024-11-13 22:43:48 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-13 22:43:48 +0100 |
commit | a60ad45f7dde90ee1fca8bf0aecaad682e029623 (patch) | |
tree | 21bde0028f4a2e722210edc85b1be3407c52e6cb /docs/guide/lua/theming.md | |
parent | f7cfc8eb77a395373bf40f83b0d779ece34a6108 (diff) | |
parent | 17aeb9ef945848befdbce0be76ffbeffe27c24d6 (diff) |
Merge pull request #75 from Aylur/docs/remove-ags
docs: remove ags related docs
Diffstat (limited to 'docs/guide/lua/theming.md')
-rw-r--r-- | docs/guide/lua/theming.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/lua/theming.md b/docs/guide/lua/theming.md index 502e8e9..4f556fc 100644 --- a/docs/guide/lua/theming.md +++ b/docs/guide/lua/theming.md @@ -39,7 +39,7 @@ App:start({ ::: :::warning -When using relative paths, so for example `./style.css` keep in mind that they +When using relative paths, for example `./style.css` keep in mind that they will be relative to the current working directory. ::: |