We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3e6e0b + be75026 commit a6735ebCopy full SHA for a6735eb
src/content/5/en/part5c.md
@@ -629,9 +629,9 @@ const { container } = render(<NoteForm createNote={createNote} />)
629
const input = container.querySelector('#note-input')
630
```
631
632
-However we shall stick to a approach using _getByPlaceholderText_ in the test.
+However we shall stick to the approach of using _getByPlaceholderText_ in the test.
633
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:
+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:
635
636
```js
637
const Note = ({ note, toggleImportance }) => {
0 commit comments