SuggestionCategoriesDeprecated deprecated
Categories of suggestions that can be muted.
Deprecated: since v1.9.2 - use SuggestionCategories
instead
interface SuggestionCategoriesDeprecated {
ConjunctionAtStartOfSentence?: boolean;
Fluency?: boolean;
InformalPronounsAcademic?: boolean;
MissingSpaces?: boolean;
NounStrings?: boolean;
NumbersBeginningSentences?: boolean;
NumbersZeroThroughTen?: boolean;
OxfordComma?: boolean;
PassiveVoice?: boolean;
PersonFirstLanguage?: boolean;
PossiblyBiasedLanguageAgeRelated?: boolean;
PossiblyBiasedLanguageDisabilityRelated?: boolean;
PossiblyBiasedLanguageFamilyRelated?: boolean;
PossiblyBiasedLanguageGenderRelated?: boolean;
PossiblyBiasedLanguageHumanRights?: boolean;
PossiblyBiasedLanguageHumanRightsRelated?: boolean;
PossiblyBiasedLanguageLgbtqiaRelated?: boolean;
PossiblyBiasedLanguageRaceEthnicityRelated?: boolean;
PossiblyPoliticallyIncorrectLanguage?: boolean;
PrepositionAtTheEndOfSentence?: boolean;
PunctuationWithQuotation?: boolean;
ReadabilityFillerwords?: boolean;
ReadabilityTransforms?: boolean;
SentenceVariety?: boolean;
SpacesSurroundingSlash?: boolean;
SplitInfinitive?: boolean;
StylisticFragments?: boolean;
UnnecessaryEllipses?: boolean;
Variety?: boolean;
Vocabulary?: boolean;
PossiblyBiasedLanguage?: boolean;
PossiblyBiasedLanguageLgbtRelated?: boolean;
PossiblyOutdatedLanguageLgbtRelated?: boolean;
ReclaimedLanguage?: boolean;
}
Properties
ConjunctionAtStartOfSentence optional — boolean
Flags use of conjunctions such as "but" and "and" at the beginning of sentences.
Default: false
Fluency optional — boolean
Suggests ways to sound more natural and fluent.
Default: true
InformalPronounsAcademic optional — boolean
Flags use of personal pronouns such as "I" and "you" in academic writing.
Default: false
MissingSpaces optional — boolean
Suggests adding missing spacing after a numeral when writing times.
Default: true
NounStrings optional — boolean
Flags a series of nouns that modify a final noun.
Default: true
Example:
The {store manager policy handbook update meeting } is tomorrow.
NumbersBeginningSentences optional — boolean
Suggests spelling out numbers at the beginning of sentences.
Default: true
NumbersZeroThroughTen optional — boolean
Suggests spelling out numbers zero through ten.
Default: true
OxfordComma optional — boolean
Suggests adding the Oxford comma after the second-to-last item in a list of things.
Default: false
PassiveVoice optional — boolean
Flags use of passive voice.
Default: false
PersonFirstLanguage optional — boolean
Suggests using person-first language to refer respectfully to an individual with a disability.
Default: true
optional — boolean
Suggests alternatives to potentially biased language related to older adults.
Default: true
optional — boolean
Suggests alternatives to potentially ableist language.
Default: true
optional — boolean
Suggests alternatives to potentially biased language related to parenting and family systems.
Default: true
Example:
Quinn hoped to meet their { real father => birth father } one day.
optional — boolean
Suggests alternatives to potentially gender-biased and non-inclusive phrasing.
Default: true
PossiblyBiasedLanguageHumanRights optional — boolean
Suggests alternatives to language related to human slavery.
Default: true
Example:
My professor wrote a book about { slaves => enslaved people } in America.
optional — boolean
Suggests alternatives to terms with origins in the institution of slavery.
Default: true
Example:
The apartment’s { master => main|primary } bedroom has a view of the sea.
optional — boolean
Flags LGBTQIA+-related terms that may be seen as biased, outdated, or disrespectful in some contexts.
Default: true
optional — boolean
Suggests alternatives to potentially biased language related to race and ethnicity.
Default: true
PossiblyPoliticallyIncorrectLanguage optional — boolean
Suggests alternatives to language that may be considered politically incorrect.
Default: true
PrepositionAtTheEndOfSentence optional — boolean
Flags use of prepositions such as "with" and "in" at the end of sentences.
Default: false
PunctuationWithQuotation optional — boolean
Suggests placing punctuation before closing quotation marks.
Default: true
ReadabilityFillerwords optional — boolean
Flags long, complicated sentences that could potentially confuse your reader.
Default: true
ReadabilityTransforms optional — boolean
Suggests splitting long, complicated sentences that could potentially confuse your reader.
Default: true
SentenceVariety optional — boolean
Flags series of sentences that follow the same pattern.
Default: true
Example:
I read an interesting book recently. It was about computers. I usually read novels.
SpacesSurroundingSlash optional — boolean
Suggests removing extra spaces surrounding a slash.
Default: true
Example:
I just wanted to send a { reminder / follow-up => reminder/follow-up }.
SplitInfinitive optional — boolean
Suggests rewriting split infinitives so that an adverb doesn't come between "to" and the verb.
Default: true
StylisticFragments optional — boolean
Suggests completing all incomplete sentences, including stylistic sentence fragments that may be intentional.
Default: false
UnnecessaryEllipses optional — boolean
Flags unnecessary use of ellipses (...).
Default: false
Variety optional — boolean
Suggests alternatives to words that occur frequently in the same paragraph.
Default: true
Vocabulary optional — boolean
Suggests alternatives to bland and overused words such as "good" and "nice".
Default: true
PossiblyBiasedLanguage deprecated optional — boolean
Suggests alternatives to potentially biased or outdated descriptions.
Default: true
Deprecated: Use more specific categories like PossiblyBiasedLanguageDisabilityRelated
instead
deprecated optional — boolean
Flags LGBTQIA+-related terms that may be seen as biased in some contexts.
Default: true
Deprecated: Use PossiblyBiasedLanguageLgbtqiaRelated
instead
deprecated optional — boolean
Flags LGBTQIA+-related terms that may be seen as outdated, clinical, or not fully accepted in some contexts.
Default: true
Deprecated: Use PossiblyBiasedLanguageLgbtqiaRelated
instead
ReclaimedLanguage deprecated optional — boolean
Flags reclaimed LGBTQIA+-related terms that may still be seen as disrespectful in some contexts.
Default: true
Deprecated: Use PossiblyBiasedLanguageLgbtqiaRelated
instead