Skip to content
This repository has been archived by the owner on Jun 29, 2019. It is now read-only.

Fix typo. #266

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/main/server/preferences/schemas/app-windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"shortcut": {
"type": "string",
"title": "Open-Close Toggle Shorcut",
"title": "Open/Close Toggle Shortcut",
"description":
"Please see available keys on <a href='http://electron.atom.io/docs/v0.37.7/api/accelerator/'>Here</a>",
"default": "alt+space",
Expand Down