@bhsd/codemirror-mediawiki 3.7.0 → 3.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37,7 +37,7 @@ export declare class FullMediaWiki extends MediaWiki {
37
37
  get completionSource(): CompletionSource;
38
38
  }
39
39
  /**
40
- * Gets a LanguageSupport instance for the MediaWiki mode.
40
+ * Get a LanguageSupport instance for the MediaWiki mode.
41
41
  * @param config Configuration for the MediaWiki mode
42
42
  */
43
43
  export declare const mediawiki: (config: MwConfig) => LanguageSupport;
package/dist/mediawiki.js CHANGED
@@ -513,7 +513,7 @@ const theme = /* @__PURE__ */ EditorView.theme({
513
513
  },
514
514
  });
515
515
  /**
516
- * Gets a LanguageSupport instance for the MediaWiki mode.
516
+ * Get a LanguageSupport instance for the MediaWiki mode.
517
517
  * @param config Configuration for the MediaWiki mode
518
518
  */
519
519
  export const mediawiki = (config) => {