Steven Silvester 8 年之前
父節點
當前提交
0525c06920
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/rendermime/index.ts

+ 1 - 1
src/rendermime/index.ts

@@ -406,7 +406,7 @@ namespace RenderMime {
      * Inject a value into the mime bundle.
      *
      * #### Notes
-     * This will be a no-op if the bundle alread has the given mimeType.
+     * This will be a no-op if the bundle already has the given mimeType.
      */
     add(mimeType: string, value: string | JSONObject): void;
   }