Skip to content

Commit

Permalink
Fix typo (#3423)
Browse files Browse the repository at this point in the history
Fixes #3422
  • Loading branch information
roji authored Sep 9, 2021
1 parent 2466943 commit 708dddc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ SqlQuery on DbSet:
var q2 = context.Products.SqlQuery("select * from products");
```

ExecyteStoreQuery:
ExecuteStoreQuery:

``` csharp
var beverages = context.ExecuteStoreQuery<Product>(
Expand Down

0 comments on commit 708dddc

Please sign in to comment.