Skip to content

Commit ed87d16

Browse files
fix typo in php.ini
1 parent 98fe940 commit ed87d16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

php.ini-development

+1-1
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,7 @@ zend.assertions = 1
16361636

16371637
[mbstring]
16381638
; language for internal character representation.
1639-
; This affects mb_send_mail() and mbstrig.detect_order.
1639+
; This affects mb_send_mail() and mbstring.detect_order.
16401640
; http://php.net/mbstring.language
16411641
;mbstring.language = Japanese
16421642

php.ini-production

+1-1
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,7 @@ zend.assertions = -1
16361636

16371637
[mbstring]
16381638
; language for internal character representation.
1639-
; This affects mb_send_mail() and mbstrig.detect_order.
1639+
; This affects mb_send_mail() and mbstring.detect_order.
16401640
; http://php.net/mbstring.language
16411641
;mbstring.language = Japanese
16421642

0 commit comments

Comments
 (0)