mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix typo
This commit is contained in:
parent
acd96728e7
commit
23eb7ea76f
3 changed files with 3 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ export type PartialCreateReactionSuccess = Merge<
|
|||
|
||||
// if ((!userArticleId && !highlightId) || (userArticleId && highlightId)) {
|
||||
// // One reaction target is required
|
||||
// // Higlight replies hasn't supported yet
|
||||
// // Highlight replies hasn't supported yet
|
||||
// return {
|
||||
// errorCodes: [CreateReactionErrorCode.BadTarget],
|
||||
// }
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ export function contentServiceRouter() {
|
|||
if (msg.description) itemToUpdate.description = msg.description
|
||||
|
||||
// This event is fired after the file is fully uploaded,
|
||||
// so along with updateing content, we mark it as
|
||||
// so along with updating content, we mark it as
|
||||
// succeeded.
|
||||
itemToUpdate.state = LibraryItemState.Succeeded
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ interface Page {
|
|||
lines: string[]
|
||||
}
|
||||
|
||||
// Unused at the moment -- comented out for now to satisfy linter
|
||||
// Unused at the moment -- commented out for now to satisfy linter
|
||||
const MAX_TITLE_LENGTH = 95
|
||||
|
||||
type MetadataInfoKey =
|
||||
|
|
|
|||
Loading…
Reference in a new issue