소스 검색

fix: spelling error

eddie murphy 9 달 전
부모
커밋
069ea5c96e
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      docs/cookbooks/5.6.x/core.md
  2. 1 1
      docs/cookbooks/5.7.x/core.md
  3. 1 1
      docs/cookbooks/5.8.x/core.md
  4. 1 1
      docs/cookbooks/devel/core.md

+ 1 - 1
docs/cookbooks/5.6.x/core.md

@@ -523,7 +523,7 @@ loadmodule "db_mysql.so"
 #!ifdef
 ```
 
-### trydefenvns
+### trydefenvs
 
 Similar to **#!trydefenv**, but the value is defined in between double
 quotes to make it convenient to be used as a string token.

+ 1 - 1
docs/cookbooks/5.7.x/core.md

@@ -662,7 +662,7 @@ loadmodule "db_mysql.so"
 #!ifdef
 ```
 
-### trydefenvns
+### trydefenvs
 
 Similar to **#!trydefenv**, but the value is defined in between double
 quotes to make it convenient to be used as a string token.

+ 1 - 1
docs/cookbooks/5.8.x/core.md

@@ -662,7 +662,7 @@ loadmodule "db_mysql.so"
 #!ifdef
 ```
 
-### trydefenvns
+### trydefenvs
 
 Similar to **#!trydefenv**, but the value is defined in between double
 quotes to make it convenient to be used as a string token.

+ 1 - 1
docs/cookbooks/devel/core.md

@@ -661,7 +661,7 @@ loadmodule "db_mysql.so"
 #!ifdef
 ```
 
-### trydefenvns
+### trydefenvs
 
 Similar to **#!trydefenv**, but the value is defined in between double
 quotes to make it convenient to be used as a string token.