1bbc1f488161dbacec3877bcbf986642a4fa9dc3
gperez2
  Mon Feb 24 15:37:51 2025 -0800
Updating 'less' to 'fewer' for the Level of literature support table, refs #35081

diff --git src/hg/makeDb/trackDb/human/varChat.html src/hg/makeDb/trackDb/human/varChat.html
index adf92ee6dff..45c89634190 100755
--- src/hg/makeDb/trackDb/human/varChat.html
+++ src/hg/makeDb/trackDb/human/varChat.html
@@ -42,31 +42,31 @@
   <tr>
     <th style="border-bottom: 2px solid #6678B1;">Color</th>
     <th style="border-bottom: 2px solid #6678B1;">Level of literature support</th>
   </tr>
   </thead>
   <tr>
     <th bgcolor="#012840"></th>
     <th align="left">High: at least 25 papers mention the variant</th>
   </tr>
   <tr>
     <th bgcolor="#03738C"></th>
     <th align="left">Medium: between 10 and 24 papers mention the variant</th>
   </tr>
   <tr>
     <th bgcolor="#96D2D9"></th>
-    <th align="left">Low: less than 10 papers mention the variant</th>
+    <th align="left">Low: fewer than 10 papers mention the variant</th>
   </tr>
 </table>
 </p>
 
 <H2>Methods</H2>
 <p>
 <b>VarChat software is powered by enGenome.</b><br>
 <a href="https://www.engenome.com/" target="_blank">enGenome</a>, an accredited spin-off from the University of Pavia founded in 2016, combines bioinformatics, biotechnology, and software development expertise to enhance genetic disease diagnosis and treatment through advanced AI and bioinformatics tools, supported by a multidisciplinary team of engineers, biotechnologists, and developers.
 </p>
 
 <p>
 For every queried variant, VarChat produces concise and coherent summaries through an LLM model.
 Relevant references are identified through a modified BM25 ranking algorithm. More weight is
 given to papers that cite the variant in the abstract and were published in the last two years,
 while papers that report the variant only in the supplementary are penalized. </p>