Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-12-11 09:10:17 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-11 09:10:17 +0300
commit12d3a6f92190feeec2c36262a0344da00f228dcd (patch)
treedc59acdbf46572001e733dfa7771eeed930fb871 /doc/development/gotchas.md
parent07116000f2e4995de8be756fd43c1e7e63507f90 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/gotchas.md')
-rw-r--r--doc/development/gotchas.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/gotchas.md b/doc/development/gotchas.md
index 2f8ff826358..2b34aedddf6 100644
--- a/doc/development/gotchas.md
+++ b/doc/development/gotchas.md
@@ -292,7 +292,7 @@ While the code above works in local environments, it errors out in production in
### Solution
-The alternative is the `lib/assets` folder. Use it if you need to add assets (like images) to the repo that meet the following conditions:
+The alternative is the `lib/assets` folder. Use it if you need to add assets (like images) to the repository that meet the following conditions:
- The assets do not need to be directly served to the user (and hence need not be pre-compiled).
- The assets do need to be accessed via application code.