Skip to content

Commit 49af27d

Browse files
authored
Merge pull request #69 from keboola/pgrimaud-master
Pgrimaud master
2 parents f6ac140 + 9f54270 commit 49af27d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/BaseComponent.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ protected function run(): void
226226
}
227227

228228
/**
229-
* Class of created config. It's useful if you want to implment getters for
230-
* parameters in your config. It's prefferable to accessing configuration
229+
* Class of created config. It's useful if you want to implement getters for
230+
* parameters in your config. It's preferable to accessing configuration
231231
* keys as arrays.
232232
*/
233233
protected function getConfigClass(): string

src/Config/BaseConfig.php

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

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

0 commit comments

Comments
 (0)