From cabe327e9b8119731a89ed1bb02546350b05765e Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sat, 17 Dec 2016 18:48:22 -0700 Subject: [PATCH] Update contacts.ts (#885) --- src/plugins/contacts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/contacts.ts b/src/plugins/contacts.ts index c19e2aaf..52c7d88c 100644 --- a/src/plugins/contacts.ts +++ b/src/plugins/contacts.ts @@ -231,7 +231,7 @@ export class ContactOrganization implements IContactOrganization { export interface IContactFindOptions { /** The search string used to find navigator.contacts. */ filter?: string; - /** Determines if the find operation returns multiple navigator.contacts. Defaults to true. */ + /** Determines if the find operation returns multiple navigator.contacts. Defaults to false. */ multiple?: boolean; /** Contact fields to be returned back. If specified, the resulting Contact object only features values for these fields. */ desiredFields?: string[];