From 8a9f89d3cfcaad12cacb74e9cb1a1eef9636811d Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 11 Aug 2016 14:33:22 -0500 Subject: [PATCH] fix wording --- resources/assets/js/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/js/bootstrap.js b/resources/assets/js/bootstrap.js index 373a322d..38a8a11c 100644 --- a/resources/assets/js/bootstrap.js +++ b/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. */