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
4 changes: 2 additions & 2 deletions src/BaseComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ protected function run(): void
}

/**
* Class of created config. It's useful if you want to implment getters for
* parameters in your config. It's prefferable to accessing configuration
* Class of created config. It's useful if you want to implement getters for
* parameters in your config. It's preferable to accessing configuration
* keys as arrays.
*/
protected function getConfigClass(): string
Expand Down
2 changes: 1 addition & 1 deletion src/Config/BaseConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/**
* Offers basic abstraction over the JSON config. You can extend it and add your own getters for custom parameters.
* It's then easier to use them then to remember under which key they are in the paramteres array.
* It's then easier to use them then to remember under which key they are in the parameters array.
*/
class BaseConfig implements ConfigInterface
{
Expand Down