We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb8ec3 commit 4e23b80Copy full SHA for 4e23b80
src/Kitar/Dynamodb/Query/Builder.php
@@ -522,7 +522,7 @@ public function newQuery()
522
protected function process($query_method, $processor_method)
523
{
524
// Compile columns and wheres attributes.
525
- // These attributes needs to intaract with ExpressionAttributes during compile,
+ // These attributes needs to interact with ExpressionAttributes during compile,
526
// so it need to run before compileExpressionAttributes.
527
$params = array_merge(
528
$this->grammar->compileProjectionExpression($this->columns, $this->expression_attributes),
0 commit comments