Browse Source

fix wording

Taylor Otwell 9 years ago
parent
commit
804b9d7460
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/.htaccess

+ 1 - 1
public/.htaccess

@@ -5,7 +5,7 @@
 
     RewriteEngine On
 
-    # Redirect Trailing Slashes but not for folders...
+    # Redirect Trailing Slashes If Not A Folder...
     RewriteCond %{REQUEST_FILENAME} !-d
     RewriteRule ^(.*)/$ /$1 [L,R=301]