Skip to content

Commit 38639d3

Browse files
committed
minor fixes
1 parent 7360401 commit 38639d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/spring-apps/enterprise/how-to-enterprise-application-configuration-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,11 +437,11 @@ If the latest changes don't reflect on the applications, check the following ite
437437
- The pattern configured in the Application Configuration Service matches the updated config files.
438438
- The application is bound to the Application Configuration Service.
439439
- Check whether the `ConfigMap` is updated:
440-
- `ConfigMap` of the app should be updated. If it's not updated, raise a ticket.
440+
- `ConfigMap` of the app should be updated. If it isn't updated, raise a ticket.
441441
- Check whether the `ConfigMap` is mounted to the application as a file:
442442
- Use `web shell` to check the mounted file. If the file isn't updated, wait for the K8S refresh interval (1 minute). Or, you can force a refresh by restarting the application.
443443
444-
Now, the updated configurations should reflect on the applications. If it's not updated, raise a ticket.
444+
Now, the updated configurations should reflect on the applications. If it isn't updated, raise a ticket.
445445
446446
## Next steps
447447

0 commit comments

Comments
 (0)