Skip to content

Commit

Permalink
fix(typescript): query pojection -> projection (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
callmehiphop authored and JustinBeckwith committed Jun 26, 2019
1 parent 0fd5492 commit 32b6311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v1/datastore_client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ declare namespace DatastoreClient {
}

interface Query {
pojection: Projection[];
projection: Projection[];
kind: KindExpression[];
filter?: Filter;
order: PropertyOrder[];
Expand Down

0 comments on commit 32b6311

Please sign in to comment.