소스 검색

Merge pull request #620 from antonte/patch-1

Fix typo
bel2125 7 년 전
부모
커밋
6a216d53f4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/api/mg_handle_form_request.md

+ 1 - 1
docs/api/mg_handle_form_request.md

@@ -7,7 +7,7 @@
 | Parameter | Type | Description |
 | :--- | :--- | :--- |
 |**`conn`**|`struct mg_connection *`|The connection on which form data must be processed|
-|**`fdh`**|`struct mg_form_data_handler`|Structure with callback functions to to the heavy work|
+|**`fdh`**|`struct mg_form_data_handler`|Structure with callback functions to do the heavy work|
 
 ### Return Value