Skip to content

Commit e014dc8

Browse files
author
Matias Quaranta
committed
Nuget wording
1 parent 1e5a056 commit e014dc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/troubleshoot-changefeed-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ One easy way to workaround this situation, is to apply a `LeaseCollectionPrefix/
8686

8787
### Binding can only be done with IReadOnlyList<Document> or JArray
8888

89-
This error happens if your Azure Functions project (or any referenced project) contains a manual Nuget reference to the Azure Cosmos DB SDK with a different version that the one provided by the [Azure Functions Cosmos DB Extension](./troubleshoot-changefeed-functions.md#dependencies).
89+
This error happens if your Azure Functions project (or any referenced project) contains a manual NuGet reference to the Azure Cosmos DB SDK with a different version that the one provided by the [Azure Functions Cosmos DB Extension](./troubleshoot-changefeed-functions.md#dependencies).
9090

91-
To workaround this situation, remove the manual Nuget reference that was added and let the Azure Cosmos DB SDK reference resolve through the Azure Functions Cosmos DB Extension package.
91+
To workaround this situation, remove the manual NuGet reference that was added and let the Azure Cosmos DB SDK reference resolve through the Azure Functions Cosmos DB Extension package.
9292

9393
## Next steps
9494

0 commit comments

Comments
 (0)