We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2ecdb commit 6f191c7Copy full SHA for 6f191c7
docs/customization.md
@@ -173,7 +173,7 @@ performed by overriding the `ConfigureAppConfiguration` method in a Functions St
173
public virtual void ConfigureAppConfiguration(WebHostBuilderContext context, IConfigurationBuilder configuration)
174
```
175
176
-See [CustomConfiguration](../examples/Google.Cloud.Functions.Examplles.CustomConfiguration/Function.cs)
+See [CustomConfiguration](../examples/Google.Cloud.Functions.Examples.CustomConfiguration/Function.cs)
177
for an example that installs the [Steeltoe](https://steeltoe.io/)
178
random value provider to the available configuration sources.
179
0 commit comments