[CSHARP-2610] Typo in admin quick tour documentation Created: 14/May/19 Updated: 31/Mar/22 |
|
| Status: | Backlog |
| Project: | C# Driver |
| Component/s: | Documentation |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Major - P3 |
| Reporter: | Phillip Copley | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Backwards Compatibility: | Fully Compatible |
| Description |
|
The first code example at the admin quick tour ([GitHub|https://github.com/mongodb/mongo-csharp-driver/blob/master/Docs/reference/content/getting_started/admin_quick_tour.md] / [Deployed|http://mongodb.github.io/mongo-csharp-driver/2.7/getting_started/admin_quick_tour/]) has a typo. The third line references `client.GetCollection<BsonDocument>` when it should be `database.GetCollection<BsonDocument>`. |