Steven Silvester 8 år sedan
förälder
incheckning
0525c06920
1 ändrade filer med 1 tillägg och 1 borttagningar
  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;
   }