e27291306b4843f0352ae8d2819eab93cafb28e7
gperez2
  Wed Aug 21 09:29:49 2024 -0700
Forgot to update the example group name to category1 for the hub groups documentation, refs #33580

diff --git src/hg/htdocs/goldenPath/help/hgTrackHubHelp.html src/hg/htdocs/goldenPath/help/hgTrackHubHelp.html
index 88f7773..9bfc413 100755
--- src/hg/htdocs/goldenPath/help/hgTrackHubHelp.html
+++ src/hg/htdocs/goldenPath/help/hgTrackHubHelp.html
@@ -866,31 +866,31 @@
 
 <ul>
    <li>The <b>name</b> setting is used in the trackDb.txt file to associate specific tracks with a
        group.</li>
    <li>The <b>label</b> setting specifies the title of the group in the genome browser. By default,
        groups are sorted alphabetically based on the label.</li>
    <li>The <b>priority</b> setting dictates the display order of the track groups, with lower
        numbers shown first.</li>
    <li>The <b>defaultIsClosed</b> setting controls whether the group is initially expanded or
        collapsed (0 for expanded, 1 for collapsed).</li>
 </ul>
 
 <p>
 After defining the &quot;groups.txt&quot; file, tracks can be assigned to a specific group
 within the &quot;trackDb.txt&quot; file using the <b>group</b> setting. For example, to assign the
-&quot;bigBed1&quot; track to the &quot;bigBed&quot; group, you could use the following stanza:
+&quot;bigBed1&quot; track to the &quot;category1&quot; group, you could use the following stanza:
 </p>
 
 <pre><code>track bigBed1
 bigDataUrl https://hgdownload.soe.ucsc.edu/gbdb/hg38/ncbiRefSeq/ncbiRefSeqGenomicDiff.bb
 shortLabel bigBed example 1
 longLabel This bigBed file is an example from the NCBI RefSeq Diffs Track
 type bigBed
 <strong>group</strong> category1
 visibility dense</code></pre>
 
 <p>
 The full &quot;trackDb.txt&quot; file, which includes the &quot;bigBed1&quot; track and additional examples, can be viewed here:
 <a href="/goldenPath/help/examples/hubExamples/hubGroupings/groupsExample/hg38/trackDb.txt" 
 target="_blank">trackDb.txt</a>.</p>