fix typos

This commit is contained in:
lilly 2024-06-10 19:50:57 -05:00
parent bb8a418c81
commit 5f5271e459
Signed by: MaeMachineBroke
GPG key ID: B54591A4805E9CC8
2 changed files with 2 additions and 4 deletions

View file

@ -49,9 +49,7 @@ export default defineConfig({
{
text: 'Extensions',
items: [
{ text: 'Main Entrypoint', link: '/exts/main' },
{ text: 'Client Entrypoint', link: '/exts/client' },
{ text: 'Server Entrypoint', link: '/exts/server' },
{ text: 'Entrypoints', link: '/exts/entrypoints' },
{ text: 'Mixin', link: '/exts/mixin' },
{ text: 'AccessWideners', link: '/exts/aw' },
{ text: 'PreLaunch', link: '/exts/prelaunch' },

View file

@ -80,7 +80,7 @@ public class ExampleServerInit implements ServerExtension {
}
}
```
Add this to the `[frog.extensions] table in your `frog.mod.toml` file, under the key `server`:
Add this to the `[frog.extensions]` table in your `frog.mod.toml` file, under the key `server`:
```toml
[frog.extensions]
...