mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(tabs): change double quotes to single quotes (#11836)
* docs(api-tabs): improved typo * Update tab.ts
This commit is contained in:
committed by
Brandy Carney
parent
18517660d4
commit
ecc4e4a530
@@ -71,8 +71,8 @@ import { ViewController } from '../../navigation/view-controller';
|
||||
*
|
||||
* // set some user information on chatParams
|
||||
* chatParams = {
|
||||
* user1: "admin",
|
||||
* user2: "ionic"
|
||||
* user1: 'admin',
|
||||
* user2: 'ionic'
|
||||
* };
|
||||
*
|
||||
* constructor() {
|
||||
@@ -86,7 +86,7 @@ import { ViewController } from '../../navigation/view-controller';
|
||||
* ```ts
|
||||
* export class ChatPage {
|
||||
* constructor(navParams: NavParams) {
|
||||
* console.log("Passed params", navParams.data);
|
||||
* console.log('Passed params', navParams.data);
|
||||
* }
|
||||
* }
|
||||
* ```
|
||||
|
||||
Reference in New Issue
Block a user