docs(documentation): cosmetically improve the documentation

This commit is contained in:
Ken Sodemann
2017-09-25 21:37:41 -05:00
parent 4a71786684
commit ff7b05ed23
9 changed files with 26 additions and 35 deletions

View File

@@ -16,9 +16,7 @@ import { Platform } from './platform';
* @usage
* ```ts
* export class MyClass {
* constructor(public keyboard: Keyboard) {
*
* }
* constructor(public keyboard: Keyboard) { }
* }
* ```
*/