Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit d485679

Browse files
committed
updated docs
1 parent 59a03b3 commit d485679

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variables:
1414
AWSAccessKeyId: $AWS_ACCESS_KEY_ID
1515
AWSSecretAccessKey: $AWS_SECRET_ACCESS_KEY
1616

17-
Build Documentation:
17+
pages:
1818
image: node:latest
1919
stage: documentation
2020
script:

documentation/docs/guide/connecting-backend-frontend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Connecting our backend and frontend
1+
# Connecting the backend and frontend
22

33
Let's get our backend talking to our frontend. We want to make API calls from our VueJS application that will return data from our Django backend.
44

0 commit comments

Comments
 (0)