mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fix formatting typo (#34661)
This commit is contained in:
parent
a08535a7ce
commit
7ff4134c6d
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ export class Plugin {
|
|||
// called when plugin is torn down, aka window.onbeforeunload
|
||||
}
|
||||
}
|
||||
```x
|
||||
```
|
||||
|
||||
**[4] `server/index.ts`** is the entry-point into the server-side code of this plugin. It is identical in almost every way to the client-side entry-point:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue