Skip to content

Commit

Permalink
Fix grammar in "Example diagnosis" section (MicrosoftDocs#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
myarotskaya authored and Mike Wasson committed Feb 12, 2018
1 parent 2e8b06e commit 32d75f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/antipatterns/improper-instantiation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ The following sections apply these steps to the sample application described ear

### Identify points of slow down or failure

The following image shows results generated using [New Relic APM][new-relic], showing operations that have a poor response time. In this case, the `GetProductAsync` method in the `NewHttpClientInstancePerRequest` controller are worth investigating further. Notice that the error rate also increases when these operations are running.
The following image shows results generated using [New Relic APM][new-relic], showing operations that have a poor response time. In this case, the `GetProductAsync` method in the `NewHttpClientInstancePerRequest` controller is worth investigating further. Notice that the error rate also increases when these operations are running.

![The New Relic monitor dashboard showing the sample application creating a new instance of an HttpClient object for each request][dashboard-new-HTTPClient-instance]

Expand Down

0 comments on commit 32d75f6

Please sign in to comment.