From e91639285f404543d4e2fc9bd6ea9015f4314250 Mon Sep 17 00:00:00 2001 From: Jaana Burcu Dogan Date: Sat, 9 Sep 2017 01:36:25 -0700 Subject: [PATCH] doc: fix typo in the diagnostics guide Change-Id: Ib1b93e55788168b574badeb84d0e6c4f3795055e Reviewed-on: https://go-review.googlesource.com/62510 Reviewed-by: Ian Lance Taylor --- doc/diagnostics.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/diagnostics.html b/doc/diagnostics.html index 74768ce750..aaaf9d33e7 100644 --- a/doc/diagnostics.html +++ b/doc/diagnostics.html @@ -103,8 +103,8 @@ production.

You may want to periodically profile your production services. -Escpeically in system with many replicas of a single process, selecting -a random replica periodically is safe option. +Especially in a system with many replicas of a single process, selecting +a random replica periodically is a safe option. Select a production process, profile it for X seconds for every Y seconds and save the results for visualization and analysis; then repeat periodically. Results may be manually and/or automatically -- 2.50.0