File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ public function setUpdateInterval(int $value): void {
106
106
/**
107
107
* Check if the primary imgae should be printed or not
108
108
*
109
- * @return boolean true, if the imgae shoudl be printed
109
+ * @return boolean true, if the image should be printed
110
110
*/
111
111
public function getPrintImage (): bool {
112
112
$ rawValue = $ this ->getRawValue ('print_image ' );
@@ -117,7 +117,7 @@ public function getPrintImage(): bool {
117
117
}
118
118
119
119
/**
120
- * Set if the imgae should be printed
120
+ * Set if the image should be printed
121
121
*
122
122
* @param boolean $value true if the image should be printed
123
123
* @return void
@@ -151,7 +151,7 @@ public function getFolderName(): string {
151
151
/**
152
152
* Set the folder for the user's cookbook.
153
153
*
154
- * @param string $value The name of the folder withon the user's files
154
+ * @param string $value The name of the folder within the user's files
155
155
* @return void
156
156
*/
157
157
public function setFolderName (string $ value ): void {
You can’t perform that action at this time.
0 commit comments