Skip to content

Commit

Permalink
Minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesFerguson authored and KronicDeth committed Aug 15, 2022
1 parent d3e2af5 commit 23d0e06
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4467,21 +4467,21 @@ You can bring up Go To Symbol with the keyboard shortcut (⌥⌘O on OSX) or usi

### Go To Test

Go to Test allows you to jump from the a Source Module to its corresponding Test Module
Go to Test allows you to jump from the Source Module to its corresponding Test Module

1. Have the cursor in the body of a Module
2. Active the Go To Test action with one of the following:
2. Activate the Go To Test action with one of the following:
1. `Shift+Cmd+T`
2. Select Navigate &gt Test from the menu.
2. Select Navigate > Test from the menu.

### Go To Test Subject

Go to Test Subject allows you to jump from the a Test Module to its corresponding Source Module

1. Have the cursor in the body of a Test Module
2. Active the Go To Test Subject action with one of the following:
2. Activate the Go To Test Subject action with one of the following:
1. `Shift+Cmd+T`
2. Select Navigate &gt Test Subject from the menu.
2. Select Navigate > Test Subject from the menu.

### Find Usages and Show Usages

Expand Down

0 comments on commit 23d0e06

Please sign in to comment.