Skip to content

Commit fc2e89c

Browse files
jyxjjjCopilot
andauthored
fix(typo): grammar
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: ShenLin <773933146@qq.com>
1 parent b888a26 commit fc2e89c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)