We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0646f15 commit b392e89Copy full SHA for b392e89
1 file changed
docs/HotKeys.md
@@ -16,7 +16,7 @@ var server = muxer.GetServer(endpoint); // or muxer.GetServer(key)
16
// by default, all metrics are captured, every command is sampled, and all key slots are included.
17
await server.HotKeysStartAsync(duration: TimeSpan.FromSeconds(30));
18
19
-// Wow either do some work ourselves, or await for some other activity to happen:
+// Now either do some work ourselves, or await for some other activity to happen:
20
await Task.Delay(TimeSpan.FromSeconds(35)); // whatever happens: happens
21
22
// Fetch the results; note that this does not stop the capture, and you can fetch the results multiple times
0 commit comments