Skip to content

Commit 9e655c7

Browse files
committed
chore: add trailing newlines
1 parent 60102f5 commit 9e655c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/develop/backend-hot-reload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ skaffold dev
2424

2525
This will deploy Browsertrix into the cluster and port forward the API with hot reloading.
2626
Navigate to `localhost:8000/api/redoc` to see the documentation.
27-
Changing any code in `backend/btrixcloud` will trigger a reload.
27+
Changing any code in `backend/btrixcloud` will trigger a reload.

skaffold.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ deploy:
4343
- --host
4444
- "0.0.0.0"
4545
- --port
46-
- "8000"
46+
- "8000"

0 commit comments

Comments
 (0)