Skip to content

Commit

Permalink
fix unrelated codespell failures
Browse files Browse the repository at this point in the history
  • Loading branch information
acoffman committed Jan 28, 2025
1 parent 47c9b99 commit dcbf718
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ export class CvcEvidenceSelectField
)
})

// combine all synchronized requireds updates, emit table filter changes array
// combine all synchronized required updates, emit table filter changes array
this.onFieldsChange$ = combineLatest(this.synchronizedFields$).pipe(
map((fields) => {
const newFilters: CvcFilterChange[] = []
Expand All @@ -279,7 +279,7 @@ export class CvcEvidenceSelectField
// tag('onFieldsChange$')
)

// combine all synchronized requireds updates, emit table prefs array
// combine all synchronized required updates, emit table prefs array
this.onRequiredChange$ = combineLatest(this.synchronizedRequired$).pipe(
map((fields) => {
const newPrefs: Partial<ColumnPrefsOption>[] = []
Expand Down

0 comments on commit dcbf718

Please sign in to comment.