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 0ac3bcf commit 932dd16Copy full SHA for 932dd16
source/fundamentals/query-data.txt
@@ -22,7 +22,7 @@ Overview
22
23
{+framework-core+} allows you to work with data in your application without
24
explicitly running database commands. To query your data, use the
25
-Langage-Integrated Query (LINQ) syntax. LINQ allows you to write strongly typed
+Language-Integrated Query (LINQ) syntax. LINQ allows you to write strongly typed
26
queries using C#-specific keywords and operators. When you run the application,
27
the {+provider-long+} automatically translates the LINQ queries and runs them on the
28
database using the MongoDB Query API.
0 commit comments