Skip to content

Commit 36cc321

Browse files
bourgeoaTallTed
andauthored
Update src/chat/bookmarks.js
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
1 parent f9e2277 commit 36cc321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/chat/bookmarks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export async function findBookmarkDocument (userContext) {
9999
userContext.bookmarkDocument = userContext.instances[0]
100100
if (userContext.instances.length > 1) {
101101
debug.warn('More than one bookmark file! ' + userContext.instances) // @@ todo - deal with > 1
102-
// Note should pick up community bookmarks as well
102+
// Note: should pick up community bookmarks as well
103103
}
104104
} else {
105105
if (userContext.publicProfile) {

0 commit comments

Comments
 (0)