Skip to content

Commit 10e7bd5

Browse files
committed
[Contributing][CS] Solved some typo's
1 parent 67a7a1e commit 10e7bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/standards.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ example containing most features described below:
5858
return;
5959
}
6060
if ('string' === $dummy) {
61-
if (mergedOptions['some_default'] === 'values') {
61+
if ('values' === $mergedOptions['some_default']) {
6262
$dummy = substr($dummy, 0, 5);
6363
} else {
6464
$dummy = ucwords($dummy);

0 commit comments

Comments
 (0)