Skip to content

Commit f9f7566

Browse files
Josh Salwayclaude
andauthored
Fix docblock typo: propertys → property (#1193)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 96274d4 commit f9f7566

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Concerns/MakesAssertions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@ public function assertVueIsNot($key, $value, $componentSelector = null)
11401140
}
11411141

11421142
/**
1143-
* Assert that a given Vue component data propertys is an array and contains the given value.
1143+
* Assert that a given Vue component data property is an array and contains the given value.
11441144
*
11451145
* @param string $key
11461146
* @param string $value

0 commit comments

Comments
 (0)