Fix typo (dotnet/Extensions#2512)
authorAaron Kunz <me@daxaholic.com>
Tue, 15 Oct 2019 04:34:44 +0000 (06:34 +0200)
committerDavid Fowler <davidfowl@gmail.com>
Tue, 15 Oct 2019 04:34:44 +0000 (21:34 -0700)
Commit migrated from https://github.com/dotnet/Extensions/commit/5fb4eb52033b15dea5a4165fb7ce15f6bee83cf0

src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs

index c0cdfae..b3fcbc5 100644 (file)
@@ -26,7 +26,7 @@ namespace Microsoft.Extensions.Options
         /// <summary>
         /// Constructor taking the <see cref="IConfiguration"/> instance to watch.
         /// </summary>
-        /// <param name="name">The name of the options instance being watche.</param>
+        /// <param name="name">The name of the options instance being watched.</param>
         /// <param name="config">The configuration instance.</param>
         public ConfigurationChangeTokenSource(string name, IConfiguration config)
         {