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;
   }