Skip to content

Commit 4e23b80

Browse files
committed
Fix typo on comment
1 parent efb8ec3 commit 4e23b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Kitar/Dynamodb/Query/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ public function newQuery()
522522
protected function process($query_method, $processor_method)
523523
{
524524
// Compile columns and wheres attributes.
525-
// These attributes needs to intaract with ExpressionAttributes during compile,
525+
// These attributes needs to interact with ExpressionAttributes during compile,
526526
// so it need to run before compileExpressionAttributes.
527527
$params = array_merge(
528528
$this->grammar->compileProjectionExpression($this->columns, $this->expression_attributes),

0 commit comments

Comments
 (0)