docs(platform): change double quotes to single quotes (#11834)

This commit is contained in:
Daniel Sogl
2017-05-30 17:39:37 +02:00
committed by Brandy Carney
parent 42d29f4331
commit 7af93d23b8

View File

@ -147,7 +147,7 @@ export class Platform {
* constructor(public plt: Platform) { * constructor(public plt: Platform) {
* if (this.plt.is('ios')) { * if (this.plt.is('ios')) {
* // This will only print when on iOS * // This will only print when on iOS
* console.log("I'm an iOS device!"); * console.log('I am an iOS device!');
* } * }
* } * }
* } * }