Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanValverdeU committed Jun 5, 2024
1 parent c3a30e5 commit 23b674a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import type {
} from 'roosterjs-content-model-types';

const HeadingTags = ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'];
// An object to provide keys of required properties of segment format, the do NOT use any of its values
// An object to provide keys of required properties of segment format, do NOT use any of its values
const RequiredEmptySegmentFormat: Required<ContentModelSegmentFormat> = {
backgroundColor: null!,
fontFamily: null!,
Expand Down

0 comments on commit 23b674a

Please sign in to comment.