fix formatting typo (#34661)

This commit is contained in:
Peter 2019-04-05 17:14:23 -04:00 committed by GitHub
parent a08535a7ce
commit 7ff4134c6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: