Fix common typos in code

Bug: T201491
Change-Id: Ib1f2e5ea8a67311702d82c46741903f58449a09b
This commit is contained in:
Zoranzoki21 2018-08-15 07:58:48 +00:00 committed by Physikerwelt
parent 42da15f63a
commit 4f5225d612
2 changed files with 2 additions and 4 deletions

4
README
View File

@ -8,7 +8,6 @@ cf. https://www.mediawiki.org/wiki/Manual:CURL
Consult https://www.mediawiki.org/wiki/Extension:Math for further information and advanced settings.
Attributes of the <math /> element:
attribute "display":
possible values: "inline", "block" or "inline-displaystyle" (default)
@ -24,10 +23,9 @@ users input ($tex). The equation is displayed in the current text line.
"inline-displaystyle" renders the equation in with large height operands centered in a new line by adding
{\displaystyle $tex } to the user input ($tex).
For testing your installation run
php tests/phpunit/phpunit.php extensions/Math/tests/
from your MediWiki home path.
from your MediaWiki home path.
== Logging ==
The math extension supports PSR-3 logging:

View File

@ -32,7 +32,7 @@ class MathRestbaseInterface {
/**
* Bundles several requests for fetching MathML.
* Does not send requests, if the the input TeX is invalid.
* Does not send requests, if the input TeX is invalid.
* @param MathRestbaseInterface[] $rbis
* @param VirtualRESTServiceClient $serviceClient
*/