diff --git a/packages/example/cypress/integration/example_spec.js b/packages/example/cypress/integration/example_spec.js index 9fb358dc1acc..fb89e0a83f3d 100644 --- a/packages/example/cypress/integration/example_spec.js +++ b/packages/example/cypress/integration/example_spec.js @@ -268,7 +268,7 @@ describe('Kitchen Sink', function(){ // https://on.cypress.io/click cy.get('.action-btn').click() - // You can clock on 9 specific positions of an element: + // You can click on 9 specific positions of an element: // ----------------------------------- // | topLeft top topRight | // | |