mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-23 22:03:28 +00:00
CodeMirror: fix typo in comments
Follow-Up: I1d40ae4f7dc093f585051d388c70cde151faa5e6 Change-Id: Id281ee6e13ea0eea0942c60594f3fa0ad1e88b3a
This commit is contained in:
parent
b9463a0271
commit
8aa74b71b8
|
@ -170,7 +170,7 @@ class CodeMirror {
|
|||
dir: this.$textarea.attr( 'dir' ),
|
||||
lang: this.$textarea.attr( 'lang' )
|
||||
} ),
|
||||
// The search panel should use the same direction as the interface langauge (T359611)
|
||||
// The search panel should use the same direction as the interface language (T359611)
|
||||
EditorView.theme( {
|
||||
'.cm-panels': {
|
||||
direction: document.dir
|
||||
|
|
Loading…
Reference in a new issue