diff --git a/files/en-us/learn_web_development/getting_started/environment_setup/browsing_the_web/index.md b/files/en-us/learn_web_development/getting_started/environment_setup/browsing_the_web/index.md index 1fdaab3cdeafaf4..0fb988764df3d2f 100644 --- a/files/en-us/learn_web_development/getting_started/environment_setup/browsing_the_web/index.md +++ b/files/en-us/learn_web_development/getting_started/environment_setup/browsing_the_web/index.md @@ -152,7 +152,7 @@ For now, try opening a web browser and loading up a couple of your favorite site As a web developer, you will spend a lot of time searching for information, from syntax you can't remember to solutions to specific problems. It is therefore a good idea to learn how to effectively search the web. -If you are looking for general information about a specific web technology feature, you should type the name of the feature into the MDN search box. For example, try typing `box model`, `fetch()` or `video element` into the the search box and see what comes up. If you don't find the information you need, try expanding your search — try your search term in a search engine. +If you are looking for general information about a specific web technology feature, you should type the name of the feature into the MDN search box. For example, try typing `box model`, `fetch()` or `video element` into the search box and see what comes up. If you don't find the information you need, try expanding your search — try your search term in a search engine. If you are looking for a solution to a specific problem, such as `how to print out the fibonacci sequence with JavaScript` or `how to calculate whether a number is a prime number with JavaScript`, it is a good idea to search on a website such as [StackOverflow](https://stackoverflow.com), which is a community dedicated to answering programming problems. Again, try using a general search engine if a specific site doesn't give you a helpful answer. diff --git a/files/en-us/mozilla/firefox/releases/130/index.md b/files/en-us/mozilla/firefox/releases/130/index.md index ea0b860d2be5395..0ba347f2afe7810 100644 --- a/files/en-us/mozilla/firefox/releases/130/index.md +++ b/files/en-us/mozilla/firefox/releases/130/index.md @@ -18,7 +18,7 @@ This article provides information about the changes in Firefox 130 that affect d ### CSS - The [`hyphens`](/en-US/docs/Web/CSS/hyphens) CSS property is now properly supported for Czech and Slovak languages. - Among other things, this ensures that words will will no longer split on syllables ([Firefox bug 1908931](https://bugzil.la/1908931)). + Among other things, this ensures that words will no longer split on syllables ([Firefox bug 1908931](https://bugzil.la/1908931)). ### APIs @@ -60,7 +60,7 @@ These features are newly shipped in Firefox 130 but are disabled by default. To - **Request video frame callback:** `media.rvfc.enabled`. The {{domxref('HTMLVideoElement/requestVideoFrameCallback','requestVideoFrameCallback()')}} method of the {{domxref('HTMLVideoElement')}} interface registers a callback function that runs when a new video frame is sent to the compositor. This enables developers to perform efficient operations on each video frame, such as video analysis, painting to a canvas, synchronization with external audio sources, and so on. The method returns a callback handle that can be passed to {{domxref('HTMLVideoElement.cancelVideoFrameCallback()')}} in order to cancel the outstanding callback request. - Both methods are are enabled by default on the nightly build. ([Firefox bug 1800882](https://bugzil.la/1800882)). + Both methods are enabled by default on the nightly build. ([Firefox bug 1800882](https://bugzil.la/1800882)). - **CSP violation reports using the Reporting API:** `dom.reporting.enabled`. diff --git a/files/en-us/web/api/htmlelement/beforetoggle_event/index.md b/files/en-us/web/api/htmlelement/beforetoggle_event/index.md index 901ba9272c5a9f5..607b1585bdc49a5 100644 --- a/files/en-us/web/api/htmlelement/beforetoggle_event/index.md +++ b/files/en-us/web/api/htmlelement/beforetoggle_event/index.md @@ -18,7 +18,7 @@ Among other things, this event can be used to: - prevent an element from being shown. - add or remove classes or properties from the element or associated elements, for example to control the animation behaviour of a dialog as it is opened and closed. -- clear the state of the element before before it is opened or after it is hidden, for example to reset a dialog form and return value to an empty state, or hide any nested manual popovers when reopening a popup. +- clear the state of the element before it is opened or after it is hidden, for example to reset a dialog form and return value to an empty state, or hide any nested manual popovers when reopening a popup. ## Syntax diff --git a/files/en-us/web/api/htmlelement/focus/index.md b/files/en-us/web/api/htmlelement/focus/index.md index eab5c19079701c1..37eb390650b8305 100644 --- a/files/en-us/web/api/htmlelement/focus/index.md +++ b/files/en-us/web/api/htmlelement/focus/index.md @@ -78,7 +78,7 @@ This example demonstrates how you can set the focus on a button element. First we define three buttons. Both the middle and right button will set focus on the left-most button. -The right right-most button will also specify `focusVisible`. +The right-most button will also specify `focusVisible`. ```html diff --git a/files/en-us/web/api/htmltextareaelement/selectionstart/index.md b/files/en-us/web/api/htmltextareaelement/selectionstart/index.md index 0f0870a3e581fd2..8907ffb6b7b5918 100644 --- a/files/en-us/web/api/htmltextareaelement/selectionstart/index.md +++ b/files/en-us/web/api/htmltextareaelement/selectionstart/index.md @@ -12,7 +12,7 @@ The **`selectionStart`** property of the {{domxref("HTMLTextAreaElement")}} inte When nothing is selected, the value of both the `selectionStart` and {{domxref("HTMLTextAreaElement.selectionEnd", "selectionEnd")}} is the position of the cursor (caret) inside the `