Skip to content

Commit 6b880dc

Browse files
committed
Minor comment modification
1 parent 66eda4d commit 6b880dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
return view('layout');
4141
})->where('undefinedRoute', '([A-z\d-\/_.]+)?');
4242

43-
// Using different syntax for Blade to avoid conflicts with Jade.
43+
// Using different syntax for Blade to avoid conflicts with AngularJS.
4444
// You are well-advised to go without any Blade at all.
4545
Blade::setContentTags('<%', '%>'); // For variables and all things Blade.
4646
Blade::setEscapedContentTags('<%%', '%%>'); // For escaped data.

0 commit comments

Comments
 (0)