| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0401ffb commit 8cf1add
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -220,7 +220,7 @@ function preprocessElements({ filename }) { | |||
| 220 | 220 | ||
| 221 | 221 | // Do not link to the section we are already in. | |
| 222 | 222 | const noLinking = filename.includes('documentation') && | |
| 223 | - heading !== null && heading.children[0].value === 'Stability Index'; | ||
| 223 | + heading !== null && heading.children[0].value === 'Stability index'; | ||
| 224 | 224 | ||
| 225 | 225 | // Collapse blockquote and paragraph into a single node | |
| 226 | 226 | node.type = 'paragraph'; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments