Skip to content

Commit e60bca0

Browse files
authored
Fixed a minor typo in a comment (#3685)
1 parent a5e0bf4 commit e60bca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/testing-recipes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ it("changes value when clicked", () => {
393393
render(<Toggle onChange={onChange} />, container);
394394
});
395395
396-
// get ahold of the button element, and trigger some clicks on it
396+
// get a hold of the button element, and trigger some clicks on it
397397
const button = document.querySelector("[data-testid=toggle]");
398398
expect(button.innerHTML).toBe("Turn on");
399399

0 commit comments

Comments
 (0)