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/trackDb/changes.html src/hg/htdocs/goldenPath/help/trackDb/changes.html
index 99d433de0dd..00f18a949c4 100755
--- src/hg/htdocs/goldenPath/help/trackDb/changes.html
+++ src/hg/htdocs/goldenPath/help/trackDb/changes.html
@@ -115,31 +115,31 @@
     <td>2022-09-30</td>
     <td>bigBed, BAM</td>
     <td><a href="trackDbHub.html#doWiggle">doWiggle</a></td>
     <td>New: <tt>doWiggle on</tt><br>Instead of showing the features, show coverage of features, as a 'wiggle' (signal) style track. Can be switched off by the user on the track config page.</td>
 </tr>
 <tr>
     <td>2022-09-22</td>
     <td>bigGenePred</td>
     <td><a href="trackDbHub.html#colorByStrand">colorByStrand</a></td>
     <td>Change: <tt>colorByStrand</tt> can now be used by bigGenePred-type tracks.</td>
 </tr>
 <tr>
     <td>2022-06-30</td>
     <td>bigPsl, bigChain</td>
     <td><a href="trackDbHub.html#otherTwoBitUrl">otherTwoBitUrl</a></td>
-    <td>New: <tt>otherTwoBitUrl &lt;URL&gt;</tt><br>This statement allows to store query sequences in a separate twoBit file rather than in the annotation file itself, which can reduce the size of the annotation file.</td>
+    <td>New: <tt>otherTwoBitUrl &lt;URL&gt;</tt><br>This statement allows one to store query sequences in a separate twoBit file rather than in the annotation file itself, which can reduce the size of the annotation file.</td>
 </tr>
 <tr>
     <td>2022-05-14</td>
     <td>bigWig</td>
     <td><a href="trackDbHub.html#logo">logo</a></td>
     <td>New: <tt>logo on</tt><br>Motif logo of the genome sequence, as a "dynseq" display, see <a href='../bigWig.html#Ex4'>the example</a>.</td>
 </tr>
 <tr>
     <td>2022-05-05</td>
     <td>bigMaf, maf</td>
     <td><a href="trackDbHub.html#logoMaf">logoMaf</a></td>
     <td>New: <tt>logoMaf on</tt><br>Motif logo on MAF/bigMaf alignment tracks. Zooming in on alignment shows nucleotides scaled by phyloP conservation.</td>
 </tr>
 <tr>
     <td>2019-05</td>