Skip to content

Commit

Permalink
Fix spelling (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanokwa authored Sep 18, 2023
1 parent 8ee1408 commit 30664d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/model/query/forms.js
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,8 @@ select count(*) from deleted_forms`)
// 3. when delete is called directly on a draft (and a published version exists
// for that form)

// These unneeded drafts are essentially unnatched to the form in any meaningful way, either
// as a plublished version or as the current draft.
// These unneeded drafts are essentially unmatched to the form in any meaningful way, either
// as a published version or as the current draft.

const _draftFilter = (form, project) =>
(form
Expand Down

0 comments on commit 30664d1

Please sign in to comment.