Skip to content

Commit a978f33

Browse files
Apply suggestions from Karl's review
Co-authored-by: Karl Erickson <[email protected]>
1 parent 7438de5 commit a978f33

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/spring-apps/how-to-use-accelerator.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,7 @@ Use following steps to reference a fragment in your accelerator:
304304
--git-url <git-repo-URL>
305305
```
306306

307-
1. Change the *accelerator.yaml* file in your accelerator project. Use the `imports` instructions in the `accelerator` section and the `InvokeFragment` instructions in the `engine` section to reference fragment in accelerator.
308-
309-
Use the following YAML query as an example:
307+
1. Change the *accelerator.yaml* file in your accelerator project. Use the `imports` instruction in the `accelerator` section and the `InvokeFragment` instruction in the `engine` section to reference the fragment in the accelerator, as shown in the following example:
310308

311309
```yaml
312310
accelerator:
@@ -329,7 +327,7 @@ Use following steps to reference a fragment in your accelerator:
329327
330328
1. Synchronize the change with the Dev Tools Portal.
331329
332-
To reflect the changes on the Dev Tools Portal more quickly, you can provide a value for the **Git interval** field of your customized accelerator. The **Git interval** indicates how frequently the system checks for updates in the Git repository.
330+
To reflect the changes on the Dev Tools Portal more quickly, you can provide a value for the **Git interval** field of your customized accelerator. The **Git interval** value indicates how frequently the system checks for updates in the Git repository.
333331
334332
1. Synchronize the change with your customized accelerator on the Azure portal by using the Azure portal or the Azure CLI.
335333

0 commit comments

Comments
 (0)