Skip to content

Commit a6735eb

Browse files
authored
Merge pull request #1959 from phonz-dev/patch-5
Fix typographical error
2 parents e3e6e0b + be75026 commit a6735eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/5/en/part5c.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,9 +629,9 @@ const { container } = render(<NoteForm createNote={createNote} />)
629629
const input = container.querySelector('#note-input')
630630
```
631631

632-
However we shall stick to a approach using _getByPlaceholderText_ in the test.
632+
However we shall stick to the approach of using _getByPlaceholderText_ in the test.
633633

634-
Let us look to couple of details before moving on. Let us assume that a component would render test to an HTML-element as follows:
634+
Let us look to a couple of details before moving on. Let us assume that a component would render test to an HTML-element as follows:
635635

636636
```js
637637
const Note = ({ note, toggleImportance }) => {

0 commit comments

Comments
 (0)