bb41c497a130d9fa52390febf85927d58534517f
brianlee
  Thu Jun 2 07:33:22 2022 -0700
Reword codon number/AA display in custom tracks sentence refs #26086

diff --git src/hg/htdocs/FAQ/FAQformat.html src/hg/htdocs/FAQ/FAQformat.html
index e886479..6326a04 100755
--- src/hg/htdocs/FAQ/FAQformat.html
+++ src/hg/htdocs/FAQ/FAQformat.html
@@ -963,31 +963,31 @@
 4 - N (unknown)</code></pre>
 <p>
 The most significant bit in a nibble is set if the base is masked. </p>
 
 <a name="format9"></a>
 <h2>GenePred table format</h2>
 <p>
 genePred is a table format commonly used for gene prediction tracks in the Genome Browser. 
 Variations of the genePred format are listed below.</p> 
 <p>
 If you would like to obtain browser data in GFF (GTF) format, please refer to 
 <a href="http://genomewiki.ucsc.edu/index.php/Genes_in_gtf_or_gff_format" 
 target="_blank">Genes in gtf or gff format</a> on the Wiki. There is also a
 format of genePred called <a href="../goldenPath/help/bigGenePred.html"
 target="_blank">bigGenePred</a>, a version of <a href="../goldenPath/help/bigBed.html"
-target="_blank">bigBed</a>, which enables custom tracks to display of codon numbers
+target="_blank">bigBed</a>, which enables custom tracks to display codon numbers
 and amino acids when zoomed in to the base level.</p>
 
 <a name=GenePredictions></a>
 <p><strong>Gene Predictions</strong></p>
 <p> 
 The following definition is used for gene prediction tables.In alternative-splicing situations, each
 transcript has a row in this table.</p>
 <pre><code>table genePred
 "A gene prediction."
     (
     string  name;               "Name of gene"
     string  chrom;              "Chromosome name"
     char[1] strand;             "+ or - for strand"
     uint    txStart;            "Transcription start position"
     uint    txEnd;              "Transcription end position"