Skip to content

Commit fe75d01

Browse files
committed
fix:拼写错误->j2EE基础篇
1 parent e4db22a commit fe75d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/java/J2EE基础知识.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Servlet接口定义了5个方法,其中**前三个方法与Servlet生命周期
5959

6060
- `void init(ServletConfig config) throws ServletException`
6161
- `void service(ServletRequest req, ServletResponse resp) throws ServletException, java.io.IOException`
62-
- `void destory()`
62+
- `void destroy()`
6363
- `java.lang.String getServletInfo()`
6464
- `ServletConfig getServletConfig()`
6565

0 commit comments

Comments
 (0)