Skip to content

Commit

Permalink
chore: ✏️ Arrow typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Aug 21, 2021
1 parent e307696 commit 0407179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BreadcrumbsSettingTab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export class BreadcrumbsSettingTab extends PluginSettingTab {
new Setting(hierarchyNoteDetails)
.setName("Hierarchy Note Up Field Name")
.setDesc(
"Using the breadcrumbs generated by the hierarchy note, which ↑ type should they count as? This has to be one of the types of one of your existing hierarchies. If you want it to be something else, you can make a new hierarchy just for it."
"Using the breadcrumbs generated by the hierarchy note, which ↑ type should they count as? This has to be one of the types of one of your existing hierarchies. If you want it to be something else, you can make a new hierarchy just for it."
)
.addText((text) => {
let finalValue: string = settings.hierarchyNoteUpFieldName;
Expand Down

0 comments on commit 0407179

Please sign in to comment.