summaryrefslogtreecommitdiff
path: root/docs/guide/lua/theming.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guide/lua/theming.md')
-rw-r--r--docs/guide/lua/theming.md2
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.
:::