Ver Fonte

Spelling fix

Steven Silvester há 8 anos atrás
pai
commit
7b3eb36631
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/docregistry/registry.ts

+ 2 - 2
src/docregistry/registry.ts

@@ -39,7 +39,7 @@ const IDocumentRegistry = new Token<IDocumentRegistry>('jupyter.services.documen
 export
 interface IDocumentRegistry extends IDisposable {
   /**
-   * A signal emmitted when the registry has changed.
+   * A signal emitted when the registry has changed.
    */
   readonly changed: ISignal<this, DocumentRegistry.IChangedArgs>;
 
@@ -227,7 +227,7 @@ interface IDocumentRegistry extends IDisposable {
 export
 class DocumentRegistry implements IDocumentRegistry {
   /**
-   * A signal emmitted when the registry has changed.
+   * A signal emitted when the registry has changed.
    */
   readonly changed: ISignal<this, DocumentRegistry.IChangedArgs>;