Skip to content

Commit 6759fe5

Browse files
authored
non-sequential steps to bullets
1 parent aa00d2d commit 6759fe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/static-apps/local-development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ let response = await fetch("/api/message");
145145

146146
Depending on whether or not your application is built with a JavaScript framework CLI, there are two ways to configure the path to the `api` route when running your application locally.
147147

148-
1. Environment configuration files (recommended for JavaScript frameworks and libraries)
149-
1. Local proxy
148+
- Environment configuration files (recommended for JavaScript frameworks and libraries)
149+
- Local proxy
150150

151151
### Environment configuration files
152152

0 commit comments

Comments
 (0)