does n't (doesn't)


Small typos-dropping an apostrophe (doesnt) or inserting a space before it (doesn 't)-turn standard contractions into errors readers and tools flag. Focus: detect patterns, choose contraction vs full form, and fix punctuation so sentences read naturally.

Quick answer

Attach the apostrophe to the letters it replaces: write doesn't, can't, I'm, you're. Do not insert a space before an apostrophe or omit it. For formal writing, prefer expanded forms: does not, cannot, I am.

  • Wrong: He doesn t understand. |
    Right: He doesn't understand.
  • Wrong: Ive sent it. |
    Right: I've sent it. (
    Formal: I have sent it.)
  • If unsure, expand the phrase (does not) and re-contract only if tone allows.

Core explanation: what the error looks like and why it matters

Two frequent mistakes: 1) missing apostrophe (doesnt, dont, Im) and 2) a space before the apostrophe (doesn 't, don 't, Im '). Both break the word into tokens that confuse readers and grammar tools.

Fixing them preserves negation clarity and avoids parsing or search issues in documents and code.

  • Find patterns: words ending with s then t but no apostrophe (doesnt), or a space immediately before an apostrophe (doesn 't).
  • Contractions must be one word with an apostrophe replacing omitted letters: doesn't, don't, I'm.
  • Wrong: She doesnt like the proposal.
  • Right: She doesn't like the proposal.

Spacing errors: common causes and quick fixes

Causes include copy/paste from PDFs, OCR errors, thin spaces from web content, and mobile typing. Remove the space so the apostrophe sits next to the surrounding letters.

  • Quick editor fix: search for the pattern "space then apostrophe" and remove the space after reviewing matches.
  • Search for common no-apostrophe tokens: doesnt, dont, Im, Youre (use case-insensitive search).
  • When pasting, choose plain-text paste or run a cleanup step to remove hidden spaces.
  • Wrong: We can not proceed because the client doesn 't approve it.
  • Right: We cannot proceed because the client doesn't approve it.
  • Wrong: Dont forget to attach the file.
  • Right: Don't forget to attach the file.

Hyphenation and line breaks: never add a space to force wrapping

Do not insert a space before an apostrophe to split a contraction across lines. Either let the word wrap, rewrite the sentence, or use the expanded form (do not / cannot).

  • Bad: don 't (to split across lines) - this is a typo, not a break.
  • Better: keep can't/don't intact, or rewrite: do not / cannot.
  • On narrow displays, prefer full forms when wrapping would harm readability.
  • Bad: We can' t accept late submissions.
  • Better: We can't accept late submissions. Or: We cannot accept late submissions.

Grammar refresher: how contractions are formed

Contractions join two words and place the apostrophe at the omission point: does + not → doesn't (the apostrophe replaces the o from not), do + not → don't, I + am → I'm.

Knowing the source words makes apostrophe placement predictable: it sits next to the remaining letters without a space.

  • does + not → doesn't (he/she/it)
  • do + not → don't (I/you/we/they)
  • can + not → can't; I + am → I'm; you + are → you're; it + is → it's
  • Wrong: Im late because the bus didnt come.
  • Right: I'm late because the bus didn't come.
  • Tip: If uncertain, expand: does not → then contract correctly if tone allows.

Examples: direct wrong → right pairs (copy-paste fixes)

Quick corrections you can paste into emails, reports, essays, chat messages, and drafts.

Direct wrong → right pairs

  • Wrong: doesnt →
    Right: doesn't
  • Wrong: dont →
    Right: don't
  • Wrong: Im →
    Right: I'm
  • Wrong: Youre →
    Right: You're
  • Wrong: cant →
    Right: can't
  • Wrong: didnt →
    Right: didn't

Work examples (professional tone)

  • Wrong: The manager doesnt approve the budget. |
    Right: The manager doesn't approve the budget.
  • Wrong: Please confirm youve received the draft. |
    Right: Please confirm you've received the draft. (
    Formal: Please confirm you have received the draft.)
  • Wrong: We cant meet that deadline. |
    Right: We can't meet that deadline. (
    Formal: We cannot meet that deadline.)

School examples (academic tone)

  • Wrong: The experiment didnt show significant results. |
    Right: The experiment didn't show significant results.
  • Wrong: Students arent required to attend. |
    Right: Students aren't required to attend. (
    Formal: Students are not required to attend.)
  • Wrong: Im providing the sources below. |
    Right: I'm providing the sources below. (
    Formal: I am providing the sources below.)

Casual examples (chat and social)

  • Wrong: Dont forget to bring snacks. |
    Right: Don't forget to bring snacks.
  • Wrong: Youre invited to the party. |
    Right: You're invited to the party.
  • Wrong: Cant wait to see you! |
    Right: Can't wait to see you!

Rewrite-ready examples (three tone-aware rewrites)

  • Original (broken): She doesnt care. → Casual: She doesn't care. →
    Formal: She does not care.
  • Original (broken): Ive attached the file. → Casual: I've attached the file. →
    Formal: I have attached the file.
  • Original (broken): We cant accept that. → Casual: We can't accept that. →
    Formal: We cannot accept that.

Real usage: tone-aware fixes for work, school, and casual messages

Fix apostrophes first, then choose tone. Contractions suit casual and many internal professional messages. Use expanded forms in formal reports, academic writing, or where the style guide requires it.

  • Internal memo: contractions OK (we're, don't).
  • Client-facing report: prefer expanded forms (we are, do not) unless the brand voice is conversational.
  • Academic paper: avoid contractions unless quoted or allowed by the style guide.

Rewrite help: three fast passes to fix any sentence

Three-pass method: Detect → Decide → Correct.

  • Detect: use regex or search for doesnt, dont, Im and for "space then apostrophe".
  • Decide: contraction vs full form based on tone (memo vs report vs paper).
  • Correct: attach the apostrophe or write the two-word form, then read aloud to confirm clarity.

Memory tricks and quick checks

Short rules to remember: the apostrophe "sticks" to letters (no gap). Say the phrase aloud-if you hear a missing sound, the apostrophe goes where that sound disappears.

  • Glue rule: never put a space before or after an apostrophe in contractions or possessives.
  • Sound check: say "doesn't" slowly-if you hear the missing vowel, place the apostrophe there.
  • Editor checks: run a case-insensitive search for doesnt, dont, Im and for space+apostrophe patterns and fix each result.

Similar mistakes to watch for

Writers who insert spaces before apostrophes often make other spacing and apostrophe errors. Fix these with consistent search-and-replace and a final style pass.

  • Wrong plural with apostrophe: apple's (plural) → Right: apples.
  • Missing possessive apostrophe: the teachers lounge → Right: the teacher's lounge or the teachers' lounge.
  • Space before comma/period: word , → word, - remove the space.
  • Inconsistent apostrophe characters can break parsers; normalize characters if needed.

FAQ

Is "doesnt" correct?

No. "doesnt" without an apostrophe is nonstandard. Use "doesn't" or the formal "does not".

Why do I see "doesn t" in copied text?

That often comes from PDFs, OCR, or web content that inserts a space before punctuation. Remove the extra space and use doesn't.

When should I use "do not" instead of "don't"?

Use the expanded form in formal writing-academic papers, formal reports, legal documents-unless the style guide permits contractions.

How do I find all spacing-before-apostrophe errors in my document?

Search with a regex for a space followed by an apostrophe and for common missing-apostrophe tokens (doesnt, dont, Im). Review each match before replacing.

Can an apostrophe ever have a space before it?

No. In standard English orthography an apostrophe attaches directly to the word. Any space is a typo or formatting artifact.

Do a quick check now

Before sending an email or submitting a draft, search for common tokens (doesnt, dont, Im, Youre) and for a space before an apostrophe. Fix those hits or expand to the full form for formal writing. A short pass like this eliminates most contraction errors.

Check text for does n't (doesn't)

Paste your text into the Linguix grammar checker to catch grammar, spelling, punctuation, and style issues instantly.

Available on: icon icon icon icon icon icon icon icon