Skip to content

Commit 37a4b1c

Browse files
authored
docs: fix typos (#10056)
* fix: Fix typos * fix: Fix typos
1 parent da26637 commit 37a4b1c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

admin/apibot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The in-progress CI4 API docs, warts & all, are rebuilt and
66
then copied to a nested
77
repository clone (`build/api`), with the result
88
optionally pushed to the `master` branch of the `api` repo.
9-
That would then be publically visible as the in-progress
9+
That would then be publicly visible as the in-progress
1010
version of the [API](https://codeigniter4.github.io/api/).
1111

1212
## Requirements

admin/docbot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Builds & deploys user guide.
55
The in-progress CI4 user guide, warts & all, is rebuilt in a nested
66
repository clone (`user_guide_src/build/html`), with the result
77
optionally pushed to the `gh-pages` branch of the repo.
8-
That would then be publically visible as the in-progress
8+
That would then be publicly visible as the in-progress
99
version of the [User Guide](https://codeigniter4.github.io/CodeIgniter4/).
1010

1111
## Requirements

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174

175175
CompactToVariablesRector::class,
176176

177-
// possibly isset() on purpose, on updated Config classes property accross versions
177+
// possibly isset() on purpose, on updated Config classes property across versions
178178
IssetOnPropertyObjectToPropertyExistsRector::class,
179179

180180
AssertFuncCallToPHPUnitAssertRector::class => [

system/Database/SQLSRV/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ private function getFullName(string $table): string
321321
}
322322

323323
/**
324-
* Add permision statements for index value inserts
324+
* Add permission statements for index value inserts
325325
*/
326326
private function addIdentity(string $fullTable, string $insert): string
327327
{

system/HTTP/URI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ public function getTotalSegments(): int
629629
/**
630630
* Formats the URI as a string.
631631
*
632-
* Warning: For backwards-compatability this method
632+
* Warning: For backwards-compatibility this method
633633
* assumes URIs with the same host as baseURL should
634634
* be relative to the project's configuration.
635635
* This aspect of __toString() is deprecated and should be avoided.

user_guide_src/source/changelogs/v4.6.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Routing
246246
Negotiator
247247
==========
248248

249-
- Added a feature flag ``Feature::$strictLocaleNegotiation`` to enable strict locale comparision.
249+
- Added a feature flag ``Feature::$strictLocaleNegotiation`` to enable strict locale comparison.
250250
Previously, response with language headers ``Accept-language: en-US,en-GB;q=0.9`` returned the first allowed language ``en`` could instead of the exact language ``en-US`` or ``en-GB``.
251251
Set the value to ``true`` to enable comparison not only by language code ('en' - ISO 639-1) but also by regional code ('en-US' - ISO 639-1 plus ISO 3166-1 alpha).
252252

0 commit comments

Comments
 (0)