Skip to content

Add words to your dictionary

Add product names, acronyms, and jargon to your EkLine dictionary so the spell-check rule stops flagging them across every review.

EkLine’s spell-check rule flags words it doesn’t recognize. That’s useful for catching typos, but it also flags product names, acronyms, and domain jargon that are spelled correctly for your team. Add those words to your dictionary once, and EkLine treats them as valid everywhere you review.

Your dictionary lives in your EkLine account, so it applies to every review surface connected to your token — the CLI, CI pipelines, the VS Code extension, and the PR bot.

You need:


  1. Go to the EkLine Dashboard.

  2. Open Dictionary at ekline.io/dictionary.

The dictionary shows your saved words, each with a Case sensitive toggle, and an empty row ready for a new entry.


  1. Enter a word in the Word field. You can add a multi-word term, such as a product name with spaces.

  2. Set the Case sensitive toggle for that word (see Match exact capitalization below).

  3. Click Add another word and repeat for each term you want EkLine to accept.

  4. Click Update to save your dictionary.

A confirmation message appears when your dictionary saves. EkLine applies the new words on your next review.

The Case sensitive toggle controls how EkLine matches a word:

ToggleBehaviorExample
Off (default)EkLine accepts the word in any capitalization.kubernetes, Kubernetes, and KUBERNETES all pass.
OnEkLine accepts only the exact spelling you enter. Other capitalizations are still checked.Adding EkLine accepts EkLine, but ekline is still reviewed.

Turn the toggle on when the correct form of a word depends on its capitalization, so EkLine keeps flagging the wrong casing.


Run a review against content that has one of the words you added, and confirm EkLine no longer flags it.

Terminal window
ekline-cli --ek-token YOUR_TOKEN --content-directory ./docs

The word no longer appears in the output with a spelling suggestion:

[EK00300] "responce" should be "response"

If the word still gets flagged, see the troubleshooting steps below.


  • Confirm you clicked Update after adding the word. The dictionary saves only when you do.
  • Check the Case sensitive toggle. If it’s on, EkLine accepts only the exact capitalization you entered. Turn it off to accept every capitalization.
  • Run the review again. EkLine applies dictionary changes on the next review, not to results from a review that already ran.

EkLine prevents duplicate entries. If you see a duplicate error, remove the extra row with the X button next to it, then save.

Enforce a preferred term instead of accepting a word

Section titled “Enforce a preferred term instead of accepting a word”

The dictionary accepts a word but doesn’t suggest a replacement. To steer writers from one term to another — for example, from e-mail to email — use terminology rules. Contact support@ekline.io to set up custom terminology.