Sentence Correction at Line 620. (#21880)

pull/21884/head
ketanm30 2021-03-25 20:30:41 +05:30 committed by GitHub
parent ae8173bf4a
commit c5fca18929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -617,7 +617,7 @@ The database is ready. You can start creating the ASP.NET Core web API.
The `BookService` class uses the following `MongoDB.Driver` members to perform CRUD operations against the database:
* [MongoClient](https://api.mongodb.com/csharp/current/html/T_MongoDB_Driver_MongoClient.htm): Reads the server instance for performing database operations. The constructor of this class is provided the MongoDB connection string:
* [MongoClient](https://api.mongodb.com/csharp/current/html/T_MongoDB_Driver_MongoClient.htm): Reads the server instance for performing database operations. The constructor of this class is provided with the MongoDB connection string:
[!code-csharp[](first-mongo-app/samples/2.x/SampleApp/Services/BookService.cs?name=snippet_BookServiceConstructor&highlight=3)]