Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions topic-4/book-1/05.Refactoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,9 @@ The app functionality should all work as before.

Commit this work to the repository:
~~~
$ git add -A
$ git commit -m "Refactor: Template list page; HTTP API calls centralised."
$ git push origin main
git add -A
git commit -m "Refactor: Template list page; HTTP API calls centralised."
git push origin main
~~~

[favpage]: ./img/favpage.png