Skip to content

Commit f415a4c

Browse files
authored
docs: Update TROUBLESHOOTING.md
1 parent dfe1195 commit f415a4c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

TROUBLESHOOTING.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Troubleshooting for Copilot for Xcode
22

3-
If you are having trouble with Copilot for Xcode follow these steps to resolve
3+
If you are having trouble with Copilot for Xcode, follow these steps to resolve
44
common issues:
55

66
1. Check for updates and restart Xcode. Ensure that Copilot for Xcode has the
77
[latest release](https://github.com/github/CopilotForXcode/releases/latest)
8-
by click `Check for Updates` in the settings or under the status menu. After
8+
by clicking `Check for Updates` in the settings or under the status menu. After
99
updating, restart Xcode.
1010

1111
2. Ensure that the Copilot for Xcode extension is enabled. Open Xcode and go to
1212
the top menu bar and open the `Editor` menu. If there is no `GitHub Copilot`
13-
menu is under `Editor` then [extension permission](#extension-permission)
13+
menu under `Editor` then [extension permission](#extension-permission)
1414
needs to be enabled. If the `GitHub Copilot` menu is shown but grayed out,
1515
then Xcode needs to be restarted to enable the extension.
1616

@@ -40,13 +40,13 @@ real-time updates from the active Xcode editor. [The XcodeKit
4040
API](https://developer.apple.com/documentation/xcodekit)
4141
enabled by the Xcode Source Editor extension permission only provides
4242
information when manually triggered by the user. In order to generate
43-
suggestions as you type, the accessibility permission is used read the
43+
suggestions as you type, the accessibility permission is used to read the
4444
Xcode editor content in real-time.
4545

4646
The accessibility permission is also used to accept suggestions when `tab` is
4747
pressed.
4848

49-
The accessibility permission is __not__ used to read or write to any
49+
The accessibility permission is __not__ used to read from or write to any
5050
applications besides Xcode. There are no granular options for the permission,
5151
but you can audit the usage in this repository: search for `CGEvent` and `AX`*.
5252

@@ -55,7 +55,8 @@ Enable in System Settings under `Privacy & Security` > `Accessibility` >
5555

5656
## Logs
5757

58-
Logs can be found in `~/Library/Logs/GitHubCopilot/` the most recent log file
58+
Logs can be found in `~/Library/Logs/GitHubCopilot/`
59+
The most recent log file
5960
is:
6061

6162
```

0 commit comments

Comments
 (0)