This is an automated email from the ASF dual-hosted git repository.

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 5fecd2b  doc: change Lua/apifix to lua/apisix (#1295)
5fecd2b is described below

commit 5fecd2b187ffb929c58f87b384399d8bb02650f1
Author: hiproz <[email protected]>
AuthorDate: Wed Mar 18 16:56:11 2020 +0800

    doc: change Lua/apifix to lua/apisix (#1295)
---
 doc/plugin-develop.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/plugin-develop.md b/doc/plugin-develop.md
index e2d4c66..5dbf2a9 100644
--- a/doc/plugin-develop.md
+++ b/doc/plugin-develop.md
@@ -50,7 +50,7 @@ The plugin itself provides the init method. It is convenient 
for plugins to perf
  the plugin is loaded.
 
 Note : if the dependency of some plugin needs to be initialized when Nginx 
start, you may need to add logic to the initialization
-       method "http_init" in the file __Lua/apifix.lua__, And you may need to 
add some processing on generated part of Nginx
+       method "http_init" in the file __lua/apisix.lua__, And you may need to 
add some processing on generated part of Nginx
        configuration file in __bin/apisix__ file. but it is easy to have an 
impact on the overall situation according to the
        existing plugin mechanism, we do not recommend this unless you have a 
complete grasp of the code.
 

Reply via email to