Browse Source

fix wording

Taylor Otwell 7 years ago
parent
commit
8a9f89d3cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/assets/js/bootstrap.js

+ 1 - 1
resources/assets/js/bootstrap.js

@@ -20,7 +20,7 @@ window.Vue = require('vue');
 require('vue-resource');
 
 /**
- * We'll register a HTTP interceptor to attach the "XSRF" header to each of
+ * We'll register a HTTP interceptor to attach the "CSRF" header to each of
  * the outgoing requests issued by this application. The CSRF middleware
  * included with Laravel will automatically verify the header's value.
  */