mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-27 15:50:29 +00:00
Fix typo in comment
Change-Id: If19045e432d6de8e6c8352518b5dacd70eda41ce
This commit is contained in:
parent
368a06e262
commit
30f7728a71
|
@ -20,7 +20,7 @@ class VisualEditorDataModule extends ResourceLoaderModule {
|
|||
/**
|
||||
* @param ResourceLoaderContext $context Object containing information about the state of this
|
||||
* specific loader request.
|
||||
* @return string JavaScipt code
|
||||
* @return string JavaScript code
|
||||
*/
|
||||
public function getScript( ResourceLoaderContext $context ) {
|
||||
$msgInfo = $this->getMessageInfo( $context );
|
||||
|
|
Loading…
Reference in a new issue