Skip to content

Commit 4e70508

Browse files
Update content/guides/go-prometheus-monitoring/application.md
Co-authored-by: Craig Osterhout <[email protected]>
1 parent f09bce5 commit 4e70508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/go-prometheus-monitoring/application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ In the terminal, press `ctrl` + `c` to stop the application.
243243
244244
## Summary
245245

246-
In this section, we learned how to create an Golang app to register metrics with Prometheus. By implementing middleware functions, we were able to increment the counters based on the request path and status codes.
246+
In this section, you learned how to create a Golang app to register metrics with Prometheus. By implementing middleware functions, you were able to increment the counters based on the request path and status codes.
247247

248248
## Next steps
249249

0 commit comments

Comments
 (0)