CodeMirror: fix typo in comments

Follow-Up: I1d40ae4f7dc093f585051d388c70cde151faa5e6
Change-Id: Id281ee6e13ea0eea0942c60594f3fa0ad1e88b3a
This commit is contained in:
MusikAnimal 2024-04-14 20:05:56 -04:00
parent b9463a0271
commit 8aa74b71b8

View file

@ -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