Skip to content

Commit 32b6311

Browse files
callmehiphopJustinBeckwith
authored andcommitted
fix(typescript): query pojection -> projection (#445)
1 parent 0fd5492 commit 32b6311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v1/datastore_client.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ declare namespace DatastoreClient {
268268
}
269269

270270
interface Query {
271-
pojection: Projection[];
271+
projection: Projection[];
272272
kind: KindExpression[];
273273
filter?: Filter;
274274
order: PropertyOrder[];

0 commit comments

Comments
 (0)