From 0a9444199884afbd33f9ad074d562f5f95586a19 Mon Sep 17 00:00:00 2001 From: Anton Ilin Date: Fri, 21 Feb 2014 14:29:06 +0200 Subject: [PATCH] Typo fix Should be "downloaded" not "downlaoded" :) --- services/clsi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/clsi/README.md b/services/clsi/README.md index f9a07783d6..bb1d828847 100644 --- a/services/clsi/README.md +++ b/services/clsi/README.md @@ -52,7 +52,7 @@ The CLSI is based on a JSON API. // The main file to run LaTeX on "rootResourcePath": "main.tex", // 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": [{ "path": "main.tex", "content": "\\documentclass{article}\n\\begin{document}\nHello World\n\\end{document}"