diff --git a/docs/content/learning-area/html/forms/datetime-local-picker-fallback/index.html b/docs/content/learning-area/html/forms/datetime-local-picker-fallback/index.html
index a8572f6c24..2f6af97694 100644
--- a/docs/content/learning-area/html/forms/datetime-local-picker-fallback/index.html
+++ b/docs/content/learning-area/html/forms/datetime-local-picker-fallback/index.html
@@ -133,7 +133,7 @@
) {
dayNum = 31;
} else if ( ( month === 'April' ) | ( month === 'June' ) | ( month === 'September' ) | ( month ===
- 'November' ) ) {
+ 'November' ) ) {
dayNum = 30;
} else {
// If month is February, calculate whether it is a leap year or not
diff --git a/docs/content/learning-area/html/forms/sending-form-data/php-example.php b/docs/content/learning-area/html/forms/sending-form-data/php-example.php
index 5b6860a633..944b254178 100644
--- a/docs/content/learning-area/html/forms/sending-form-data/php-example.php
+++ b/docs/content/learning-area/html/forms/sending-form-data/php-example.php
@@ -1,8 +1,8 @@