Skip to content

Commit 157a07c

Browse files
authored
Merge pull request #49 from dbaron/title-text-swap
Fix swapped definitions of title and text members.
2 parents 505a2fb + 77453d0 commit 157a07c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,12 +311,12 @@ <h3>
311311
</p>
312312
<p>
313313
The <dfn>title</dfn> member specifies the name of the query parameter
314-
used for the arbitrary text that forms the body of the message being
315-
shared.
314+
used for the title of the document being shared.
316315
</p>
317316
<p>
318317
The <dfn>text</dfn> member specifies the name of the query parameter
319-
used for the title of the document being shared.
318+
used for the arbitrary text that forms the body of the message being
319+
shared.
320320
</p>
321321
<p>
322322
The <dfn>url</dfn> member specifies the name of the query parameter

0 commit comments

Comments
 (0)