Skip to content

Commit 26d308c

Browse files
committed
fixing typo
1 parent a6bc110 commit 26d308c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/enable-dynamic-configuration-aspnet-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ A *sentinel key* is a special key used to signal when configuration has changed.
117117
> [!NOTE]
118118
> For testing purposes, you may want to lower the cache expiration time.
119119
120-
To actually trigger a refresh operation, you'll need to configure a refresh middleware for the application to refresh the configuration data when any change occurs. You'll see how to do this in step #4.
120+
To actually trigger a refresh operation, you'll need to configure a refresh middleware for the application to refresh the configuration data when any change occurs. You'll see how to do this in a later step.
121121
122122
2. Add a *Settings.cs* file that defines and implements a new `Settings` class.
123123

0 commit comments

Comments
 (0)