diff --git a/files/en-us/web/api/popover_api/using/index.md b/files/en-us/web/api/popover_api/using/index.md index 7732157c40424f8..96a297265862cc9 100644 --- a/files/en-us/web/api/popover_api/using/index.md +++ b/files/en-us/web/api/popover_api/using/index.md @@ -156,8 +156,6 @@ Putting these three together, you can programmatically set up a popover and its const popover = document.getElementById("mypopover"); const toggleBtn = document.getElementById("toggleBtn"); -const keyboardHelpPara = document.getElementById("keyboard-help-para"); - const popoverSupported = supportsPopover(); if (popoverSupported) {