Skip to content

Commit 61c3bd5

Browse files
authored
Merge pull request #2 from volfpeter/fix/quick-start-guide-app-init
Fix quick start guide app init wording
2 parents 43b1e42 + a0035da commit 61c3bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quick-start-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ from holm import App
3636
app = App()
3737
```
3838

39-
This is all you need! The `App()` call will automatically discover and register all your layouts and pages based on the file structure.
39+
This is all you need! The `App()` call will automatically discover and register all your layouts and pages based on the folder structure.
4040

4141
## Create a root layout
4242

0 commit comments

Comments
 (0)