From 12d3a6f92190feeec2c36262a0344da00f228dcd Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 11 Dec 2020 06:10:17 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/development/gotchas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/development/gotchas.md') 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. -- cgit v1.2.3