diff --git a/src/levels/intro/branching.js b/src/levels/intro/branching.js index 2a9a5d3d..04f3e8a6 100644 --- a/src/levels/intro/branching.js +++ b/src/levels/intro/branching.js @@ -33,7 +33,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",