Skip to content

Commit 749fc07

Browse files
jyxjjjCopilot
andcommitted
fix(typo): grammar
Co-authored-by: Copilot <[email protected]> Signed-off-by: ShenLin <[email protected]>
1 parent 1817387 commit 749fc07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/common/proxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919

2020
func Proxy(w http.ResponseWriter, r *http.Request, link *model.Link, file model.Obj) error {
2121

22-
// get query param "inline_preview" if is true
22+
// check if query param "inline_preview" is true
2323
inlinePreview := r.URL.Query().Get("inline_preview") == "true"
2424

2525
if link.MFile != nil {

0 commit comments

Comments
 (0)