Skip to content

Commit f4858c3

Browse files
committed
fix indentation
1 parent 1c9c2f8 commit f4858c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/collections/tips/trailing-slashes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ location / {
4040
return 308 $request_uri/;
4141
}
4242
try_files $uri $uri/ /index.php?$query_string;
43-
}
43+
}
4444
```
4545

4646
### IIS

0 commit comments

Comments
 (0)