diff --git a/docs/en/Background-Workers.md b/docs/en/Background-Workers.md index 7c0e58b501..10dc18745a 100644 --- a/docs/en/Background-Workers.md +++ b/docs/en/Background-Workers.md @@ -20,7 +20,7 @@ public class AppStatusService : ITransientDependency { var ping = new System.Net.NetworkInformation.Ping(); - var result = ping.Send("www.google.com"); + var result = ping.Send("www.github.com"); // save the result }