Skip to content

Commit

Permalink
Merge pull request #700 from MicaelJarniac/issue-669
Browse files Browse the repository at this point in the history
chore: fix missing space
  • Loading branch information
chhoumann authored Jun 24, 2024
2 parents e1d4a14 + dc44ca4 commit bb3194a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/ChoiceBuilder/captureChoiceBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export class CaptureChoiceBuilder extends ChoiceBuilder {
.setName("Consider subsections")
.setDesc(
"Enabling this will insert the text at the end of the section & its subsections, rather than just at the end of the target section." +
"A section is defined by a heading, and its subsections are all the headings inside that section."
" A section is defined by a heading, and its subsections are all the headings inside that section."
)
.addToggle((toggle) =>
toggle
Expand Down

0 comments on commit bb3194a

Please sign in to comment.