TitleFormatter: fix typo ("of" -> "or")

Change-Id: I0d14886a6544a3141feb4172c25ff869f56ef5af
This commit is contained in:
DannyS712 2021-06-08 05:27:08 +00:00
parent fc965abc4d
commit f34005d208

View file

@ -49,7 +49,7 @@ interface TitleFormatter {
public function formatTitle( $namespace, $text, $fragment = '', $interwiki = '' );
/**
* Returns the title text formatted for display, without namespace of fragment.
* Returns the title text formatted for display, without namespace or fragment.
*
* @param LinkTarget|PageReference $title The title to format
*