7bfa786edcedd88aa5640771833895c204a601ac
jnavarr5
  Tue Mar 18 11:42:43 2025 -0700
Fixing some typos that Gerardo found in code review, refs #35399

diff --git src/hg/htdocs/goldenPath/newsarch.html src/hg/htdocs/goldenPath/newsarch.html
index 047249e3261..6eeea20ca96 100755
--- src/hg/htdocs/goldenPath/newsarch.html
+++ src/hg/htdocs/goldenPath/newsarch.html
@@ -187,31 +187,31 @@
 highlight settings are present on the same track, only items that pass ALL highlight settings will
 be highlighted.</p>
 <p>
 <b>Examples:</b>
 <pre>
 highlight.score 300
 </pre>
 <p>
 In the example above, the <code>highlight.score</code> setting allows you to highlight items based
 on the value of the <code>score</code> field. Passing a value of 300 to the setting will highlight
 all items with a score of 300 or above.</p>
 <pre>
 highlightText.name NM*
 </pre>
 <p>
-The example above uses the <code>highlightText</code> setting which, will apply a highlight on the
+The example above uses the <code>highlightText</code> setting, which will apply a highlight on the
 field <code>name</code>. Using this setting, any items that begin with <i>NM</i> are
 highlighted.</p>
 <pre>
 highlightColor #ff0000
 </pre>
 <p>
 In this final example, the <code>highlightColor</code> is used to set the default highlight color.
 With this setting, all highlight stripes will use the color red, <code>#ff0000</code>.</p>
 <div class="text-center">
   <img src="../images/newsArchImages/highlightAnnouncement.png"
    alt="Items in the NCBI RefSeq Historical track that begin with NM are highlighted red.">
    <p>Items in the NCBI RefSeq Historical track for hg38 have all items that begin with
       &quot;NM&quot; highlighted in red.</p>
 </div>
 <p>