Merge pull request #4461 from Nriver/master

fix typo
This commit is contained in:
zadam 2023-11-22 19:47:48 +01:00 committed by GitHub
commit d82720f62f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,9 +15,9 @@ const TPL = `
</div>
<br/><br/>
<h5>Highlists List visibility</h5>
<h5>Highlights List visibility</h5>
<p>You can hide the hightlights widget per-note by adding a <code>#hideHighlightWidget</code> label.</p>
<p>You can hide the highlights widget per-note by adding a <code>#hideHighlightWidget</code> label.</p>
</div>`;
export default class HighlightsListOptions extends OptionsWidget {