Sfoglia il codice sorgente

add just one space

kaori 5 anni fa
parent
commit
2e9629cc17
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/server/service/bolt.js

+ 1 - 1
src/server/service/bolt.js

@@ -181,7 +181,7 @@ class BoltService {
           this.divider(),
           this.generateMarkdownSectionBlock('`prefix:/user/` \n Search only the pages that the title start with /user/'),
           this.divider(),
-          this.generateMarkdownSectionBlock('`-prefix:/user/` \nExclude the pages that the title start with /user/'),
+          this.generateMarkdownSectionBlock('`-prefix:/user/` \n Exclude the pages that the title start with /user/'),
           this.divider(),
           this.generateMarkdownSectionBlock('`tag:wiki` \n Search for pages with wiki tag'),
           this.divider(),