mirror of
https://codeberg.org/readeck/readeck.git
synced 2025-12-22 13:17:10 +00:00
Fixed typos in contentscripts README and in API docs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user