Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion admin/apibot.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The in-progress CI4 API docs, warts & all, are rebuilt and
then copied to a nested
repository clone (`build/api`), with the result
optionally pushed to the `master` branch of the `api` repo.
That would then be publically visible as the in-progress
That would then be publicly visible as the in-progress
version of the [API](https://codeigniter4.github.io/api/).

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion admin/docbot.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Builds & deploys user guide.
The in-progress CI4 user guide, warts & all, is rebuilt in a nested
repository clone (`user_guide_src/build/html`), with the result
optionally pushed to the `gh-pages` branch of the repo.
That would then be publically visible as the in-progress
That would then be publicly visible as the in-progress
version of the [User Guide](https://codeigniter4.github.io/CodeIgniter4/).

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@

CompactToVariablesRector::class,

// possibly isset() on purpose, on updated Config classes property accross versions
// possibly isset() on purpose, on updated Config classes property across versions
IssetOnPropertyObjectToPropertyExistsRector::class,

AssertFuncCallToPHPUnitAssertRector::class => [
Expand Down
2 changes: 1 addition & 1 deletion system/Database/SQLSRV/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ private function getFullName(string $table): string
}

/**
* Add permision statements for index value inserts
* Add permission statements for index value inserts
*/
private function addIdentity(string $fullTable, string $insert): string
{
Expand Down
2 changes: 1 addition & 1 deletion system/HTTP/URI.php
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ public function getTotalSegments(): int
/**
* Formats the URI as a string.
*
* Warning: For backwards-compatability this method
* Warning: For backwards-compatibility this method
* assumes URIs with the same host as baseURL should
* be relative to the project's configuration.
* This aspect of __toString() is deprecated and should be avoided.
Expand Down
2 changes: 1 addition & 1 deletion user_guide_src/source/changelogs/v4.6.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ Routing
Negotiator
==========

- Added a feature flag ``Feature::$strictLocaleNegotiation`` to enable strict locale comparision.
- Added a feature flag ``Feature::$strictLocaleNegotiation`` to enable strict locale comparison.
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``.
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).

Expand Down
Loading