Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
loic-sharma committed Feb 16, 2020
1 parent 6e1f2a9 commit 48a438d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaGet.Protocol/NuGetClientFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ private async Task<T> GetAsync<T>(Func<NuGetClients, T> clientFactory, Cancellat
var searchResourceUrl = serviceIndex.GetSearchQueryResourceUrl();
var autocompleteResourceUrl = serviceIndex.GetSearchAutocompleteResourceUrl();

// Create clients for requires resources.
// Create clients for required resources.
var contentClient = new RawPackageContentClient(_httpClient, contentResourceUrl);
var metadataClient = new RawPackageMetadataClient(_httpClient, metadataResourceUrl);
var searchClient = new RawSearchClient(_httpClient, searchResourceUrl);
Expand Down

0 comments on commit 48a438d

Please sign in to comment.