Răsfoiți Sursa

add just one space

kaori 5 ani în urmă
părinte
comite
2e9629cc17
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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(),