Browse Source

Missed a spot.

Ian Rose 7 years ago
parent
commit
86d634a715
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rendermime/src/renderers.ts

+ 1 - 1
packages/rendermime/src/renderers.ts

@@ -282,7 +282,7 @@ namespace renderLatex {
     shouldTypeset: boolean;
 
     /**
-     * The Latex typesetter for the application.
+     * The LaTeX typesetter for the application.
      */
     latexTypesetter: IRenderMime.ILatexTypesetter;
   }