Skip to content

Commit f670715

Browse files
authored
Merge pull request #22 from tycrimm/patch-1
getThreadIDIfStableAsync Spelling Fix
2 parents d8ab79e + 7527bcc commit f670715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ _Returns_ a `String` representation of the timestamp of the most recent message
9797
_Returns_ a `Promise<String>` of the Gmail Thread ID of the thread
9898

9999
#### getThreadIDIfStableAsync()
100-
Gets the Gmail Thread ID of the thread only if the thread ID is stable. Some threads such as those with only a single Draft message in them will occasionally change their thread ID. If you're using the thread ID as a key, you may experiemnce unexpected behaviour if you're not careful about this fact. This method provides you with an easy way to tell if the thread has a stable ID.
100+
Gets the Gmail Thread ID of the thread only if the thread ID is stable. Some threads such as those with only a single Draft message in them will occasionally change their thread ID. If you're using the thread ID as a key, you may experience unexpected behaviour if you're not careful about this fact. This method provides you with an easy way to tell if the thread has a stable ID.
101101
_Returns_ a `Promise<String>` for the thread ID if it is expected to stay the same, otherwise it will return a `Promise<null>`
102102

103103
#### getDraftID()

0 commit comments

Comments
 (0)