mirror of
https://github.com/benjaminion/upgrading-ethereum-book.git
synced 2026-01-08 22:17:59 -05:00
Fix spelling of LaTeX
This commit is contained in:
@@ -66,7 +66,7 @@ const checks = [
|
||||
checker: () => execAsync(`${whitespaceChecker} ${sourceMarkdown}`),
|
||||
},
|
||||
{
|
||||
name: 'LaTex',
|
||||
name: 'LaTeX',
|
||||
enabled: doLatexCheck,
|
||||
checker: () => execAsync(`${latexChecker} ${sourceMarkdown}`),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user