From 5df43409a384482ab6bc1a0f550b390b26f61cb0 Mon Sep 17 00:00:00 2001 From: Eric Crosson Date: Sat, 19 Jul 2025 12:29:12 -0500 Subject: [PATCH] Use consistent punctuation in list element This commit adds a period to the one element in a list that doesn't have one already! --- goals-signals-metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goals-signals-metrics.md b/goals-signals-metrics.md index cb5b161..a643094 100644 --- a/goals-signals-metrics.md +++ b/goals-signals-metrics.md @@ -114,7 +114,7 @@ For example, some signals around reliability might be: * Human effort spent resolving production incidents. * Human time spent debugging deployment failures. -* Number of users who experienced a failure in their workflow due to a bug +* Number of users who experienced a failure in their workflow due to a bug. * Amount of time lost by users trying to work around failures. * How reliable LinkedIn's products are according to the _belief_ of our users. * User-perceived latency for each action taken by users.