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/makeDb/trackDb/human/dbSnp153Composite.html src/hg/makeDb/trackDb/human/dbSnp153Composite.html
index 70efecb2c81..ef18821111d 100644
--- src/hg/makeDb/trackDb/human/dbSnp153Composite.html
+++ src/hg/makeDb/trackDb/human/dbSnp153Composite.html
@@ -416,31 +416,31 @@
 We downloaded JSON files available from dbSNP at
 <a href="ftp://ftp.ncbi.nlm.nih.gov/snp/archive/b153/JSON/"
 target=_blank>ftp://ftp.ncbi.nlm.nih.gov/snp/archive/b153/JSON/</a>,
 extracted a subset of the information about each variant, and collated
 it into a bigBed file using the
 <a href="https://github.com/ucscGenomeBrowser/kent/blob/master/src/hg/lib/bigDbSnp.as"
 target=_blank>bigDbSnp.as</a> schema with the information
 necessary for filtering and displaying the variants,
 as well as a separate file containing more detailed information to be
 displayed on each variant's details page
 (<a href="https://github.com/ucscGenomeBrowser/kent/blob/master/src/hg/lib/dbSnpDetails.as"
 target=_blank>dbSnpDetails.as</a> schema).
 
 <h2>Data Access</h2>
 <p>
-<b>Note:</b> It is not recommeneded to use LiftOver to convert SNPs between assemblies,
+<b>Note:</b> It is not recommended to use LiftOver to convert SNPs between assemblies,
 and more information about how to convert SNPs between assemblies can be found on the following
 <a href="/FAQ/FAQreleases.html#snpConversion">FAQ entry</a>.</p>
 <p>
 Since dbSNP has grown to include approximately 700 million variants, the size of the All dbSNP (153)
 subtrack can cause the
 <a href="../../cgi-bin/hgTables" target=_blank>Table Browser</a> and
 <a href="../../cgi-bin/hgIntegrator" target=_blank>Data Integrator</a>
 to time out, leading to a blank page or truncated output,
 unless queries are restricted to a chromosomal region, to particular defined regions, to a specific set 
 of rs# IDs (which can be pasted/uploaded into the Table Browser),
 or to one of the subset tracks such as Common (~15 million variants) or ClinVar (~0.5M variants).
 </p><p>
 For automated analysis, the track data files can be downloaded from the downloads server for
 <a href="http://hgdownload.soe.ucsc.edu/gbdb/hg19/snp/" target=_blank>hg19</a> and
 <a href="http://hgdownload.soe.ucsc.edu/gbdb/hg38/snp/" target=_blank>hg38</a>.