diff --git a/docs/schemes/local.md b/docs/schemes/local.md index a120a7696..cbebc4e8d 100644 --- a/docs/schemes/local.md +++ b/docs/schemes/local.md @@ -34,7 +34,7 @@ Each endpoint is used to make requests using axios. They are basically extending #### `propertyName` -`propertyName` can be used to specify which field of the response JSON to be used for value. It can be `undefined` to directly use API response or being more complicated like `auth.user`. +`propertyName` can be used to specify which field of the response JSON to be used for value. It can be `false` to directly use API response or being more complicated like `auth.user`. ### `tokenRequired`