Skip to content

Commit c6167bd

Browse files
committed
Fix broken link in Docs > Synopsis
1 parent e1d7ef7 commit c6167bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/synopsis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ both processes.
1111

1212
The basic rule is: if a module is [GUI][gui] or low-level system related, then
1313
it should be only available in the main process. You need to be familiar with
14-
the concept of [main process vs. renderer process][mai-process] scripts to be
14+
the concept of [main process vs. renderer process][main-process] scripts to be
1515
able to use those modules.
1616

1717
The main process script is just like a normal Node.js script:

0 commit comments

Comments
 (0)