Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Correct spelling mistake: availble #8612

Merged
merged 1 commit into from
Feb 2, 2021
Merged
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
4 changes: 2 additions & 2 deletions src/guides/v2.3/config-guide/prod/config-reference-envphp.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ You can learn more about it at [Encryption Key][encryption-key].

## db

All database configurations are availble in this node.
All database configurations are available in this node.

```conf
'db' => [
Expand Down Expand Up @@ -181,7 +181,7 @@ Learn more about [Magento Modes][magento-modes].

## queue

Message queue releated configurations are availble in this node.
Message queue releated configurations are available in this node.

```conf
'queue' => [
Expand Down