Steven Silvester %!s(int64=8) %!d(string=hai) anos
pai
achega
7b3eb36631
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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>;