Skip to content

Commit 3b5f2a7

Browse files
authored
docs: fix index file extension in bootstrap documentation (#1732)
1 parent 2349c71 commit 3b5f2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/4-internals/01-bootstrap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: "Learn the steps involved in bootstrapping the framework."
77

88
Here's a short summary of what booting Tempest looks like.
99

10-
- The entry point is either `public/index.html` or `./tempest`.
10+
- The entry point is either `public/index.php` or `./tempest`.
1111
- Tempest boots using the {b`\Tempest\Core\FrameworkKernel`}.
1212
- Bootstrap classes are located in the [`Tempest\Core\Kernel`](https://github.com/tempestphp/tempest-framework/tree/main/packages/core/src/Kernel) namespace.
1313
- First, discovery is started through the {b`\Tempest\Core\LoadDiscoveryLocations`} and {b`\Tempest\Core\LoadDiscoveryClasses`} classes.

0 commit comments

Comments
 (0)