diff --git a/source/api/commands/fixture.md b/source/api/commands/fixture.md index c1f5c68b92..2c71ae4898 100644 --- a/source/api/commands/fixture.md +++ b/source/api/commands/fixture.md @@ -187,9 +187,9 @@ cy.route('GET', '/users/**', 'fx:users') // this also works ## Validation -***Validation and Formatting*** +***Automated File Validation*** -Cypress automatically validates and formats your fixtures. If your `.json`, `.js`, or `.coffee` files contain syntax errors, they will be shown in the Command Log. +Cypress automatically validates your fixtures. If your `.json`, `.js`, or `.coffee` files contain syntax errors, they will be shown in the Command Log. ## Encoding