Pārlūkot izejas kodu

Merge pull request #679 from severickbot/patch-1

Corrected typo in mg_send_file_body.md
bel2125 6 gadi atpakaļ
vecāks
revīzija
8ce7be84f9
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docs/api/mg_send_file_body.md

+ 1 - 1
docs/api/mg_send_file_body.md

@@ -16,7 +16,7 @@
 
 ### Description
 
-The function `mg_send_file_file()` sends the contents of a file over a connection to the remote peer without adding any HTTP headers. The code must send all required HTTP response headers before using this function.
+The function `mg_send_file_body()` sends the contents of a file over a connection to the remote peer without adding any HTTP headers. The code must send all required HTTP response headers before using this function.
 
 ### See Also