Skip to content

Commit 3c4194e

Browse files
authored
chore(docs): Fix typo in codegen.md (#37925)
1 parent a6056db commit 3c4194e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/codegen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ In the test file in VS Code you will see your new generated actions added to you
5959
### Generating locators
6060

6161
You can generate locators with the test generator.
62-
- Click on the **Pick locator** button form the testing sidebar and then hover over elements in the browser window to see the [locator](./locators.md) highlighted underneath each element.
62+
- Click on the **Pick locator** button from the testing sidebar and then hover over elements in the browser window to see the [locator](./locators.md) highlighted underneath each element.
6363
- Click the element you require and it will now show up in the **Pick locator** box in VS Code.
6464
- Press <kbd>Enter</kbd> on your keyboard to copy the locator into the clipboard and then paste anywhere in your code. Or press 'escape' if you want to cancel.
6565

0 commit comments

Comments
 (0)