198c9b8daecc44fbda6a6494c566c723920f030a
lrnassar
  Wed Mar 11 18:25:21 2026 -0700
Fixing a few hundred clear typos with the help of Claude. Some are less important in code comments, but majority of them are in user-facing places. I manually approved 60%+ of the changes and didn't see any that were an incorrect suggestion, at worst it was potentially uncessesary, like a code comment having cant instead of can't. No RM.

diff --git src/hg/htdocs/goldenPath/help/bedMethyl.html src/hg/htdocs/goldenPath/help/bedMethyl.html
index 5906707d80c..b136a0cc330 100755
--- src/hg/htdocs/goldenPath/help/bedMethyl.html
+++ src/hg/htdocs/goldenPath/help/bedMethyl.html
@@ -157,22 +157,22 @@
   <li>
   <code>bigBedToBed</code> &mdash; converts a bigBed file to ASCII BED format.</li>
   <li>
   <code>bigBedSummary</code> &mdash; extracts summary information from a bigBed file.</li>
   <li>
   <code>bigBedInfo</code> &mdash; prints out information about a bigBed file.</li>
 </ul>
 <p>
 As with all UCSC Genome Browser programs, simply type the program name (with no parameters) at the
 command line to view the usage statement.</p>
 
 <a name=troubleshooting></a>
 <h2>Troubleshooting</h2>
 <p>
 If you encounter an error when you run the <code>bedToBigBed</code> program, check your input
-file for data coordinates that extend past the the end of the chromosome. If these are present, run
+file for data coordinates that extend past the end of the chromosome. If these are present, run
 the <code>bedClip</code> program
 (<a href="http://hgdownload.gi.ucsc.edu/admin/exe/">available here</a>) to remove the problematic
 row(s) in your input file before running the <code>bedToBigBed</code> program.</p>
 
 
 <!--#include virtual="$ROOT/inc/gbPageEnd.html" -->