Skip to content
This repository has been archived by the owner on Oct 13, 2018. It is now read-only.

fix: a typo with codeSync tagline #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 lib/plugins/sync-options/sync-options.client.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"ghostMode.submit": "Form Submissions will be synced",
"ghostMode.inputs": "Text inputs (including text-areas) will be synced",
"ghostMode.toggles": "Radio + Checkboxes changes will be synced",
codeSync: "Reload or Inject files they change"
codeSync: "Reload or Inject files that change"
};

// If watching files, add the code-sync toggle
Expand Down