Skip to content

Commit 81d4f68

Browse files
authored
docs: fix typos (#4706)
1 parent 37ffccc commit 81d4f68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

beta/src/pages/apis/useref.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ When you break these rules, your component might still work, but most of the new
206206
207207
### Manipulating the DOM with a ref {/*manipulating-the-dom-with-a-ref*/}
208208
209-
It's particularly common to use a ref to manipulate the [DOM](https://developer.mozilla.org/en-US/docs/Web/API/HTML_DOM_API). React has bulit-in support for this.
209+
It's particularly common to use a ref to manipulate the [DOM](https://developer.mozilla.org/en-US/docs/Web/API/HTML_DOM_API). React has built-in support for this.
210210
211211
First, declare a <CodeStep step={1}>ref object</CodeStep> with an <CodeStep step={3}>initial value</CodeStep> of `null`:
212212

beta/src/pages/learn/your-first-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ img { margin: 0 10px 10px 0; }
398398

399399
### Your own component {/*your-own-component*/}
400400

401-
Write a component from scratch. You can give it any valid name and return any markup. If you're out of ideas, you can write a `Congratulations` component thats shows `<h1>Good job!</h1>`. Don't forget to export it!
401+
Write a component from scratch. You can give it any valid name and return any markup. If you're out of ideas, you can write a `Congratulations` component that shows `<h1>Good job!</h1>`. Don't forget to export it!
402402

403403
<Sandpack>
404404

0 commit comments

Comments
 (0)