MOBILE-3147 doc: Fix typos

main
Albert Gasset 2019-09-13 12:06:09 +02:00
parent a7c2d22cb8
commit 31c5990593
3 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@ export class AddonMessagesConversationInfoPage implements OnInit {
/**
* Get conversation members.
*
* @param [loadingMore} Whether we are loading more data or just the first ones.
* @param loadingMore Whether we are loading more data or just the first ones.
* @return Promise resolved when done.
*/
protected fetchMembers(loadingMore?: boolean): Promise<any> {

View File

@ -345,7 +345,7 @@ export class AddonMessagesGroupConversationsPage implements OnInit, OnDestroy {
* Fetch data for a certain option.
*
* @param option The option to fetch data for.
* @param [loadingMore} Whether we are loading more data or just the first ones.
* @param loadingMore Whether we are loading more data or just the first ones.
* @param getCounts Whether to get counts data.
* @return Promise resolved when done.
*/

View File

@ -48,7 +48,7 @@ export class CoreInfiniteLoadingComponent implements OnChanges {
/**
* Detect changes on input properties.
*
* @param } changes Changes.
* @param changes Changes.
*/
ngOnChanges(changes: {[name: string]: SimpleChange}): void {
if (changes.enabled && this.enabled && this.position == 'bottom') {