Skip to content

Commit

Permalink
Typo fix // Resolve #137
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets authored Jun 13, 2022
1 parent 1055b98 commit 531e4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/modules/project/sagas.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ function* watchSaveProjectConfig() {
try {
yield call(ensureUserConsent, PROJECT_CONFIG_SAVE_CONSENT_ID, {
content: `Warning!
The entire file contents or platformio.ini will be rewritten with the current
The entire file contents of platformio.ini will be rewritten with the current
configuration defined in this UI.
Continue to save the configuration?`,
okText: 'Save',
Expand Down

0 comments on commit 531e4d2

Please sign in to comment.