OrchardCMS / OrchardDoc

Documentation for Orchard 1.x (not Orchard Core, for that see https://docs.orchardcore.net/).
http://docs.orchardproject.net
142 stars 242 forks source link

Fix typo: indent is layout, ident is auth #308

Closed jean closed 7 years ago

jean commented 7 years ago

I don't know why 8fd8cba and 253d716 are showing up here again, they were merged in https://github.com/OrchardCMS/OrchardDoc/pull/301

rtpHarry commented 7 years ago

its because you should normally make a new branch for each issue and then create the PR from that.

Because you are just making changes in the other PR on your master branch and pushing them they automatically get included in this PR because this one is on master as well.

Handy if you want to add bits to your initial PR but in this case it's created a bit of a mess :)