Skip to content

Commit de8983a

Browse files
authored
typos
1 parent 7676155 commit de8983a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

boilerplate-tooling/.env.sample

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ BLOCKS_PLUGIN=
5555

5656

5757
WORDPRESS_DEBUG=1
58-
# This is used to set the WP_DEBUG contstant to toggler WordPress debugging.
59-
# .env vars are imported as strings, so true/false do not work correctly.
58+
# This is used to set the WP_DEBUG constant to toggle WordPress debugging.
59+
# .env vars are imported as strings, so true/false will not work correctly.
6060
# PHP does correctly coerce the integers 0 and 1 to their corresponding boolean values.
61-
# PHP coerce the number 0 as a string to boolean false
62-
# Leave it blank or set it to 0 to disable WP_DEBUG
61+
# PHP interprets the number 0 as a string to boolean false
62+
# Leave this value blank or set it to 0 to disable WP_DEBUG
6363
# Setting this to 1, true or any other non-empty string enables WP_DEBUG

0 commit comments

Comments
 (0)