diff --git a/src/levels/intro/branching.js b/src/levels/intro/branching.js index 469e0dd9..4cca9c08 100644 --- a/src/levels/intro/branching.js +++ b/src/levels/intro/branching.js @@ -37,7 +37,7 @@ exports.level = { "markdowns": [ "## Git Branches", "", - "Branches in Git are incredibly lightweight as well. They are simply references to a specific commit -- nothing more. This is why many Git enthusiasts chant the mantra:", + "Branches in Git are incredibly lightweight as well. They are simply pointers to a specific commit -- nothing more. This is why many Git enthusiasts chant the mantra:", "", "```", "branch early, and branch often",