Skip to content

Commit 797cc07

Browse files
committed
fix numbering in procedure
1 parent 49fc980 commit 797cc07

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/pages/admin-ui-sdk/configuration.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ You can download a sample app from the [Commerce UI test extension repository](h
109109
node server.js
110110
```
111111

112-
1. Make sure you have access to the localhost server configuration by entering the following URL in your browser:
112+
1. Make sure you have access to the localhost server configuration by entering the following URL in your browser:
113113

114114
`https://localhost:9090/config`
115115

@@ -128,14 +128,14 @@ You can download a sample app from the [Commerce UI test extension repository](h
128128
"service":"commerce",
129129
"extensionPoint":"backend-ui"
130130
}
131-
```
131+
```
132132

133-
1. Run your extension locally.
133+
1. Run your extension locally.
134134

135-
```bash
136-
aio app run
137-
```
135+
```bash
136+
aio app run
137+
```
138138

139-
1. Check that the menu is correctly added to the Admin.
139+
1. Check that the menu is correctly added to the Admin.
140140

141141
![Local server configuration](../_images/fetched-orders.png)

0 commit comments

Comments
 (0)