Skip to content

Commit 686579d

Browse files
committed
Correct comment in other file
1 parent 05b0b65 commit 686579d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/nginx/includes/content/default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ location @nowhere {
3939

4040
location /content/ {
4141
# check the emulator bucket first, then cloud development bucket, then fall back to production
42-
# try_files will only use one named route, and it uses the last one. Although, we can just
42+
# try_files will only use one named route, and it uses the last one. Although, we can't just
4343
# pass one named route, because it fails.
4444
try_files @nowhere @emulator;
4545
}

0 commit comments

Comments
 (0)