diff --git a/README_EN.md b/README_EN.md index 619f4161..10135fed 100644 --- a/README_EN.md +++ b/README_EN.md @@ -122,7 +122,7 @@ DEMOļ¼š[https://github.com/alibaba/easyexcel/blob/master/src/test/java/com/aliba * 1. Create an entity object, refer to{@link DownloadData}. * Each property of the entity object corresponds to a specific field of Excel * 2. Specify the returned properties - * 3. Invoke wirte function, then the OutputStream is automatically closed when it ends. + * 3. Invoke write function, then the OutputStream is automatically closed when it ends. *

*/ @GetMapping("download")