Fixed typos in contentscripts README and in API docs

This commit is contained in:
Olivier Meunier
2025-08-24 15:51:34 +02:00
parent cfc42d6a08
commit 86853f570d
2 changed files with 3 additions and 3 deletions

View File

@@ -283,7 +283,7 @@ shareEmail:
syncList:
summary: Bookmark Sync List
description: |
This route returns a non-paginated list of all bookmarks order by last update dates.
This route returns a non-paginated list of all bookmarks ordered by last update dates.
You can retrieve only bookmarks updated and deleted since a given date by using the
`since` parameter. Please note that without the parameter, it only returns updated
@@ -326,7 +326,7 @@ sync:
Location: http://localhost:8000/api/bookmarks/VnopmpKQ3CmQ6apY9mgDws
Type: json
..content
...content
--965dd10345ce0f660bda92b9e8a1192532f999a51151dccb7227d784049b
Bookmark-Id: VnopmpKQ3CmQ6apY9mgDws

View File

@@ -55,7 +55,7 @@ This function runs after loading the page meta data.
`exports.documentLoaded(document)`
This function runs immediatly after loading the page and before any other processor, when an HTML document exists.
This function runs immediately after loading the page and before any other processor, when an HTML document exists.
### documentReady