Author: pwright64 (pwright64) Committer: Derick Rethans (derickr) Date: 2026-06-16T12:10:12+01:00
Commit: https://github.com/php/web-php/commit/8e11f1682fb0ef94ceb1169f0dd903b1760c4f68 Raw diff: https://github.com/php/web-php/commit/8e11f1682fb0ef94ceb1169f0dd903b1760c4f68.diff Update urlhowto.php added spaces in title to match how page is titled on docs.php. Multiple small grammar fixes. Changed paths: M urlhowto.php Diff: diff --git a/urlhowto.php b/urlhowto.php index 64ceab1ec3..0f28a9f1eb 100644 --- a/urlhowto.php +++ b/urlhowto.php @@ -32,17 +32,17 @@ function a($href): void { ?> -<h1>Navigation tips&tricks</h1> +<h1>Navigation tips & tricks</h1> <p> - When using the PHP.net website, there is even no need to get to + When using the PHP.net website, there is no need to use a search box to access the content you would like to see quickly. - You can use short PHP.net URLs to access pages directly. + You can instead use short PHP.net URLs to access pages directly. </p> <p> - Note, that these shortcuts are expected to work on all mirror - sites, not just at the main site. If you find that some of these + Note that these shortcuts are expected to work on all mirror + sites, not just on the main site. If you find that some of these shortcuts are not working on your mirror site, please report them as a "PHP.net Website Problem" at <a href="https://bugs.php.net/">https://bugs.php.net/</a>.
