Description
===========
-The second parameter of the following mwthods now has a different default value (:php:`null`) than
+The second parameter of the following methods now have a different default value (:php:`null`) than
before (:php:`-1`), to detect if the parameter is omitted or passed in explicitly:
* :php:`TYPO3\CMS\Frontend\Page\PageRepository->getPageOverlay()`
Migration
=========
-In the unlikely case of directly calling this method with :php:`-1`, it is recommended to remove
+In the unlikely case of directly calling these methods with :php:`-1`, it is recommended to remove
the second (optional) parameter completely, which will work in TYPO3 v8, v9 and in TYPO3 v10.
-.. index:: Frontend, PHP-API, NotScanned, ext:frontend
\ No newline at end of file
+.. index:: Frontend, PHP-API, NotScanned, ext:frontend