mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Typo fix
Should be "downloaded" not "downlaoded" :)
This commit is contained in:
parent
9d66fcf715
commit
0a94441998
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ The CLSI is based on a JSON API.
|
||||||
// The main file to run LaTeX on
|
// The main file to run LaTeX on
|
||||||
"rootResourcePath": "main.tex",
|
"rootResourcePath": "main.tex",
|
||||||
// An array of files to include in the compilation. May have either the content
|
// An array of files to include in the compilation. May have either the content
|
||||||
// passed directly, or a URL where it can be downlaoded.
|
// passed directly, or a URL where it can be downloaded.
|
||||||
"resources": [{
|
"resources": [{
|
||||||
"path": "main.tex",
|
"path": "main.tex",
|
||||||
"content": "\\documentclass{article}\n\\begin{document}\nHello World\n\\end{document}"
|
"content": "\\documentclass{article}\n\\begin{document}\nHello World\n\\end{document}"
|
||||||
|
|
Loading…
Reference in a new issue