fix typos
This commit is contained in:
parent
bb8a418c81
commit
5f5271e459
|
@ -49,9 +49,7 @@ export default defineConfig({
|
||||||
{
|
{
|
||||||
text: 'Extensions',
|
text: 'Extensions',
|
||||||
items: [
|
items: [
|
||||||
{ text: 'Main Entrypoint', link: '/exts/main' },
|
{ text: 'Entrypoints', link: '/exts/entrypoints' },
|
||||||
{ text: 'Client Entrypoint', link: '/exts/client' },
|
|
||||||
{ text: 'Server Entrypoint', link: '/exts/server' },
|
|
||||||
{ text: 'Mixin', link: '/exts/mixin' },
|
{ text: 'Mixin', link: '/exts/mixin' },
|
||||||
{ text: 'AccessWideners', link: '/exts/aw' },
|
{ text: 'AccessWideners', link: '/exts/aw' },
|
||||||
{ text: 'PreLaunch', link: '/exts/prelaunch' },
|
{ text: 'PreLaunch', link: '/exts/prelaunch' },
|
||||||
|
|
|
@ -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
|
```toml
|
||||||
[frog.extensions]
|
[frog.extensions]
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue