Steven Silvester 8 năm trước cách đây
mục cha
commit
0525c06920
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
   }