Skip to content

Commit

Permalink
contacts: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
neilj committed May 13, 2024
1 parent 0a48d41 commit 279b251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfc/src/contacts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

<ul spacing="compact">
<li><t><strong>maxAddressBooksPerCard</strong>: <tt>UnsignedInt|null</tt></t>
<t>The maximum number of AddressBooks (see <xref target="addressbooks" />) that can be can assigned to a single ContactCard object (see <xref target="contactcards" />). This MUST be an integer &gt;= 1, or null for no limit (or rather, the limit is always the number of AddressBooks in the account).</t></li>
<t>The maximum number of AddressBooks (see <xref target="addressbooks" />) that can be assigned to a single ContactCard object (see <xref target="contactcards" />). This MUST be an integer &gt;= 1, or null for no limit (or rather, the limit is always the number of AddressBooks in the account).</t></li>
<li><t><strong>mayCreateAddressBook</strong>: <tt>Boolean</tt></t>
<t>If true, the user may create an AddressBook in this account.</t></li>
</ul>
Expand Down

0 comments on commit 279b251

Please sign in to comment.