mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
docs(platform): change double quotes to single quotes (#11834)
This commit is contained in:
committed by
Brandy Carney
parent
42d29f4331
commit
7af93d23b8
@ -147,7 +147,7 @@ export class Platform {
|
||||
* constructor(public plt: Platform) {
|
||||
* if (this.plt.is('ios')) {
|
||||
* // This will only print when on iOS
|
||||
* console.log("I'm an iOS device!");
|
||||
* console.log('I am an iOS device!');
|
||||
* }
|
||||
* }
|
||||
* }
|
||||
|
||||
Reference in New Issue
Block a user