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/htdocs/goldenPath/help/trackDb/trackDbLibrary.shtml src/hg/htdocs/goldenPath/help/trackDb/trackDbLibrary.shtml index 195321c5d1c..56b67403f3c 100644 --- src/hg/htdocs/goldenPath/help/trackDb/trackDbLibrary.shtml +++ src/hg/htdocs/goldenPath/help/trackDb/trackDbLibrary.shtml @@ -30,31 +30,31 @@ this setting is relevant to. - Each setting blurb MUST contain a
tags.
- The setting blurb should also contain an Example: followed by a preferably real life
example wrapped in tags. Remeber multi-line text will include the indents
found in this file!
- Some settings may refer to other settings and your blurb should include a link to the other
setting, especially if that setting's blurb will appear at some distance in the document.
Since all settings should have an anchor by the setting name, a "jumpTo" link to
visibility setting can be accomplished as:
visibility
which is identical to
visibility
- Any setting or code that is not made into a link should be wrapped with tags.
- "Type setting blurbs" are the same as other setting blurbs except that there should be a
- seperate "example blurb" DIV with class of type_example (e.g. ).
+ separate "example blurb" DIV with class of type_example (e.g. ).
This will allow a type definition to be followed by multiple type specific settings then
be completed by the example that references those settings.
- These example blurbs should also have a "class=format" DIV but in this case it contains a
title to the example: Examples of item base types.
- Exmples should make use of tags and preferrably multiple real life examples.
- Document introductions and section introductions may also be shared by multiple documents
and therefore may be included here as "intro blurb" DIVs as: .
- intro DIVs do not contain a class="format" DIV.
- Use trackDbTestBurbs.html to test blurbs you add or modify. It runs javascript tests.
HINT: It is the class={setting} that ties things togther. If there is a need for multiple
descriptions of the same setting, then create multiple blurb DIVs with different classes as:
and .
II) Document HTML PAGES should include this trackDbLibrary.html with server side includes
and wrapped in tags.