Skip to content

Commit b392e89

Browse files
committed
"wow"?
1 parent 0646f15 commit b392e89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/HotKeys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var server = muxer.GetServer(endpoint); // or muxer.GetServer(key)
1616
// by default, all metrics are captured, every command is sampled, and all key slots are included.
1717
await server.HotKeysStartAsync(duration: TimeSpan.FromSeconds(30));
1818

19-
// Wow either do some work ourselves, or await for some other activity to happen:
19+
// Now either do some work ourselves, or await for some other activity to happen:
2020
await Task.Delay(TimeSpan.FromSeconds(35)); // whatever happens: happens
2121
2222
// Fetch the results; note that this does not stop the capture, and you can fetch the results multiple times

0 commit comments

Comments
 (0)