My first pull request

less than 1 minute read

As I was working through FreeCodeCamp this morning I failed a test and got an error message:

FreeCodeCamp error message

Notice anything wrong? The text says “in which the footer and header areas occupy the top and bottom rows respectively. This is wrong as the header should be at the top.

I found the file on Github and suggested swapping the references to header and footer:

Edited github code

This is my first real pull request on Github! Now we wait for the bot to do checks:

Pull request status

Update #1: The checks have passed:

Pull request status

The next stage is for manual merging by an admin.

Updated: