Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
Co-authored-by: vednoc <vednoc@protonmail.com>
  • Loading branch information
Gusted and vednoc committed Apr 9, 2022
1 parent 254c4c7 commit 08bb17f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions custom/conf/app.example.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1134,8 +1134,8 @@ PATH =
;; Whether to enable a Service Worker to cache frontend assets
;USE_SERVICE_WORKER = false
;;
;; Whether to only show relevant repo's on the explore page(when no keyword is specified and default sorting is used).
;; A repo is considered to be irrelevant if it's a fork or doesn't have a description or topic.
;; Whether to only show relevant repos on the explore page when no keyword is specified and default sorting is used.
;; A repo is considered irrelevant if it's a fork or doesn't have set metadata (description, topic).
;HIDE_IRRELEVANT_REPOS = false

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Expand Down
4 changes: 2 additions & 2 deletions docs/content/doc/advanced/config-cheat-sheet.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ The following configuration set `Content-Type: application/vnd.android.package-a
- `DEFAULT_SHOW_FULL_NAME`: **false**: Whether the full name of the users should be shown where possible. If the full name isn't set, the username will be used.
- `SEARCH_REPO_DESCRIPTION`: **true**: Whether to search within description at repository search on explore page.
- `USE_SERVICE_WORKER`: **false**: Whether to enable a Service Worker to cache frontend assets.
- `HIDE_IRRELEVANT_REPOS`: **false** Whether to only show relevant repo's on the explore page(when no keyword is specified and default sorting is used).
A repo is considered to be irrelevant if it's a fork or doesn't have a description or topic.
- `HIDE_IRRELEVANT_REPOS`: **false** Whether to only show relevant repos on the explore page when no keyword is specified and default sorting is used.
A repo is considered irrelevant if it's a fork or doesn't have set metadata (description, topic).

### UI - Admin (`ui.admin`)

Expand Down

0 comments on commit 08bb17f

Please sign in to comment.