Skip to content

Commit 932dd16

Browse files
typo fix (#21)
1 parent 0ac3bcf commit 932dd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/fundamentals/query-data.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Overview
2222

2323
{+framework-core+} allows you to work with data in your application without
2424
explicitly running database commands. To query your data, use the
25-
Langage-Integrated Query (LINQ) syntax. LINQ allows you to write strongly typed
25+
Language-Integrated Query (LINQ) syntax. LINQ allows you to write strongly typed
2626
queries using C#-specific keywords and operators. When you run the application,
2727
the {+provider-long+} automatically translates the LINQ queries and runs them on the
2828
database using the MongoDB Query API.

0 commit comments

Comments
 (0)