Skip to content

Commit 08bb17f

Browse files
Gustedvednoc
Gusted
andcommitted
Fix grammar
Co-authored-by: vednoc <[email protected]>
1 parent 254c4c7 commit 08bb17f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: custom/conf/app.example.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1134,8 +1134,8 @@ PATH =
11341134
;; Whether to enable a Service Worker to cache frontend assets
11351135
;USE_SERVICE_WORKER = false
11361136
;;
1137-
;; Whether to only show relevant repo's on the explore page(when no keyword is specified and default sorting is used).
1138-
;; A repo is considered to be irrelevant if it's a fork or doesn't have a description or topic.
1137+
;; Whether to only show relevant repos on the explore page when no keyword is specified and default sorting is used.
1138+
;; A repo is considered irrelevant if it's a fork or doesn't have set metadata (description, topic).
11391139
;HIDE_IRRELEVANT_REPOS = false
11401140

11411141
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Diff for: docs/content/doc/advanced/config-cheat-sheet.en-us.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ The following configuration set `Content-Type: application/vnd.android.package-a
190190
- `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.
191191
- `SEARCH_REPO_DESCRIPTION`: **true**: Whether to search within description at repository search on explore page.
192192
- `USE_SERVICE_WORKER`: **false**: Whether to enable a Service Worker to cache frontend assets.
193-
- `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).
194-
A repo is considered to be irrelevant if it's a fork or doesn't have a description or topic.
193+
- `HIDE_IRRELEVANT_REPOS`: **false** Whether to only show relevant repos on the explore page when no keyword is specified and default sorting is used.
194+
A repo is considered irrelevant if it's a fork or doesn't have set metadata (description, topic).
195195

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

0 commit comments

Comments
 (0)