Skip to content

Use contractions (EK00033)

Contractions like can't or doesn't give documentation a natural, approachable tone that matches how people speak. Learn why to use them, with fixes.

Contractions such as “can’t” and “doesn’t” give documentation a conversational tone that matches how people speak and read. EkLine flags full verb forms that read more naturally as contractions and suggests the contracted form (rule EK00033).

Contractions make writing sound approachable rather than stiff. “You can’t undo this” reads the way a person talks, while “You cannot undo this” feels formal and distant. A friendly, consistent voice keeps readers engaged and signals that the documentation was written for them, not for a legal filing.

EK00033 detects full forms such as do not, is not, and cannot that read more naturally as contractions.

  • Incorrect: You cannot undo this.
  • Correct: You can’t undo this.
  • Incorrect: The file does not exist.
  • Correct: The file doesn’t exist.

Replace the full form with its contraction. Change “cannot” to “can’t” and “does not” to “doesn’t”.

Are contractions acceptable in technical documentation?

Section titled “Are contractions acceptable in technical documentation?”

Yes. Contractions give technical documentation an approachable, conversational voice, and most modern style guides encourage them. Reserve full forms for cases that need extra emphasis.

Keep the full form when a warning needs emphasis or when a term is used literally, such as “You cannot recover deleted data.” Everywhere else, contractions read more naturally.

PropertyValue
Rule IDEK00033
CategoryTone and voice
Default severityWarning
Enabled by defaultYes

To keep a full form on one line, add an inline comment with a reason:

<!-- ekline-ignore-next-line EK00033 -- emphasis in a warning -->
You cannot recover deleted data.

To disable the rule across your project, add it to the ignore list in your configuration file.

  • EK00005 — Prefer present tense over future tense
  • EK00047 — Limit first-person pronouns