diff --git a/source/api/plugins/browser-launch-api.md b/source/api/plugins/browser-launch-api.md index bacda80d51..a41f7e0f81 100644 --- a/source/api/plugins/browser-launch-api.md +++ b/source/api/plugins/browser-launch-api.md @@ -6,7 +6,7 @@ Before Cypress launches a browser, it gives you the ability to modify the argume This is helpful to modify, remove, or add your own arguments. -The most common use case is adding your own chrome extension. +The most common use case is adding your own web extension - [example recipe](https://www.cypress.io/blog/2020/01/07/how-to-load-the-react-devtools-extension-in-cypress/). # Usage