Corrections Policy

Our commitment to accuracy and how we handle errors.

Our Commitment

Developers rely on our tools to produce correct output for their workflows. A JSON formatter that mishandles Unicode, a hash generator that produces wrong digests, or a Base64 encoder that drops bytes would be worse than useless. We take correctness seriously.

How to Report an Error

If you find an error in any tool's output, content, or behavior on ThisDevTool, please report it:

To help us investigate quickly, please include:

  1. The tool where you found the error
  2. The input you used (or a description if the input is sensitive)
  3. The output you received
  4. The output you expected (and how you verified it)
  5. Your browser and operating system

How We Handle Corrections

  1. Acknowledge: We confirm receipt of the report, typically within 48 hours.
  2. Reproduce: We attempt to reproduce the issue in the same browser and with the same inputs.
  3. Root cause: We identify whether the error is in our code, a browser API edge case, or a misunderstanding of the tool's scope.
  4. Fix and test: We correct the issue, verify the fix across browsers, and run our automated test suite.
  5. Deploy: The fix is deployed through our standard build and deploy pipeline.
  6. Update review date: The "Last reviewed" date on the affected tool is updated.

Priority Levels

Transparency

When we make a substantive correction to a tool's logic, we update the "Last reviewed" date so users can see the page has been recently verified. We do not silently change tool behavior. For corrections that change how output should be interpreted, we add a note to the tool's content section.

Last updated: April 2026