Skip to content

Commit 0482fb3

Browse files
axilleasfneill
andcommitted
Merge branch 'docs-update-filename-usage' into 'master'
Update "filename" to "file name" See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7287 Merged-by: Achilleas Pipinellis <[email protected]> Co-authored-by: fneill <[email protected]>
2 parents 0b06eee + c566775 commit 0482fb3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/build/team_member_docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Versions of the primary GitLab components like GitLab Rails or Gitaly are contro
4141

4242
Check the following table for more information:
4343

44-
| Filename | Environment variable | Description |
44+
| File name | Environment variable | Description |
4545
| ------------------------------------ | ------------------------------------ | ----------- |
4646
| `VERSION` | `GITLAB_VERSION` | Controls the Git reference of the GitLab Rails application. By default, points to the `master` branch of the GitLab-FOSS repository. If you want to use the GitLab repository, set the environment variable `ee` to true. |
4747
| `GITALY_SERVER_VERSION` | `GITALY_SERVER_VERSION` | Git reference of the [Gitaly](https://gitlab.com/gitlab-org/gitaly) repository. |

doc/development/new-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ directory.
166166

167167
Near the end of the recipe you will want to make a call to the runit service definition
168168
to define your recipe. In order for this work you will need to have created
169-
a run file in the cookbooks `templates/default` directory. These filenames start
169+
a run file in the cookbooks `templates/default` directory. These file names start
170170
with `sv-` followed by the service name, followed by the runit action name.
171171

172172
A service typically needs a `run`, `log-run`, and `log-config`.

doc/settings/database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ can use this.
243243
1. The CA file should be owned by the database user, and its permissions should be `0400`
244244

245245
NOTE:
246-
Don't use the filenames `server.crt` or `server.key` for these files. These
247-
filenames are reserved for the internal use of `omnibus-gitlab`.
246+
Don't use the file names `server.crt` or `server.key` for these files. These
247+
file names are reserved for the internal use of `omnibus-gitlab`.
248248
249249
1. Ensure the following is set in `gitlab.rb`:
250250

0 commit comments

Comments
 (0)