Skip to content

Commit 7dcb71c

Browse files
committed
Spelling corrections
Signed-off-by: Kev Provance <kevin.provance@gmail.com>
1 parent e616102 commit 7dcb71c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

redux-core/framework.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class ReduxFramework {
105105
/**
106106
* Init
107107
*
108-
* Backward compatibility for previous version of Redux.
108+
* Backward compatibility for previous versions of Redux.
109109
*/
110110
public static function init() {
111111

@@ -204,7 +204,7 @@ public static function init() {
204204
public $required = array();
205205

206206
/**
207-
* Field child folding information for localization.
207+
* Field child-folding information for localization.
208208
*
209209
* @var array
210210
*/
@@ -443,7 +443,7 @@ public function __clone() {
443443
}
444444

445445
/**
446-
* Un-serializing instances of this class is forbidden.
446+
* Un-serializing instances of this class are forbidden.
447447
*
448448
* @since 4.0.0
449449
*/
@@ -873,13 +873,13 @@ public function get_instance(): ?ReduxFramework {
873873
}
874874

875875
/**
876-
* ->get(); This is used to return and option value from the options array
876+
* ->get(); This is used to return and option value from the option array
877877
*
878878
* @since 1.0.0
879879
* @access public
880880
*
881881
* @param string $opt_name The option name to return.
882-
* @param mixed $default (null) The value to return if option not set.
882+
* @param mixed $default (null) The value to return if an option isn't set.
883883
*
884884
* @return mixed
885885
*/
@@ -888,7 +888,7 @@ public function get( string $opt_name, $default = null ) {
888888
}
889889

890890
/**
891-
* ->set(); This is used to set an arbitrary option in the options array
891+
* ->set(); This is used to set an arbitrary option in the option array
892892
*
893893
* @since 1.0.0
894894
* @access public

0 commit comments

Comments
 (0)