Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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 src/main/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { IpcEvents } from '../ipc-events';
// parent directory of all the downloaded template fiddles
const TEMPLATES_DIR = path.join(app.getPath('userData'), 'Templates');

// location of the fallback template fiddle used iff downloading failed
// location of the fallback template fiddle used if downloading failed
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this was intentional (iff = if and only if)

const STATIC_TEMPLATE_DIR = path.join(STATIC_DIR, 'electron-quick-start');

// electron-quick-start branch that holds the test template
Expand Down
Loading