From 012cb159221341a24a4041d2c95cd132e6961ada Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 16 Mar 2017 17:02:04 -0500 Subject: [PATCH] clear up wording --- csrf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csrf.md b/csrf.md index 196ab8a3a72..63d0175f88c 100644 --- a/csrf.md +++ b/csrf.md @@ -23,7 +23,7 @@ The `VerifyCsrfToken` [middleware](/docs/{{version}}/middleware), which is inclu #### CSRF Tokens & Vue -If you are using the [Vue](https://vuejs.org) JavaScript framework, but not using the authentication scaffolding provided by the `make:auth` Artisan command, you will need to manually define a `Laravel` JavaScript object in your primary application layout. This object specifies the CSRF token Vue should use when making requests: +If you are using the [Vue](https://vuejs.org) JavaScript framework without the authentication scaffolding provided by the `make:auth` Artisan command, you will need to manually define a `Laravel` JavaScript object in your primary application layout. This object specifies the CSRF token Vue should use when making requests: