Cleanup spaces in composition-functions.md#794
Cleanup spaces in composition-functions.md#794Moulick wants to merge 1 commit intocrossplane:masterfrom
composition-functions.md#794Conversation
Signed-off-by: Moulick Aggarwal <Moulick@users.noreply.github.com>
✅ Deploy Preview for crossplane ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
@plumbis does this look ok? |
|
I'm hesitant to approve a whitespace cleanup PR. End of line whitespace can have meaning in markdown, creating a line return. It makes this kind of PR hard to review. I know most of these are single space, but there is at least one instance where it's removing a line return. Unless there's a compelling reason to do this work I'd rather close out this PR. |
Thanks for the review. As far as I found, a single space at the end of line does not have any meaning but double space does. From a cursory glance, I see it's broken a line return at
I can go over and compare the current rendered docs vs the whitespace removed version and add the proper breaks using The reason I open this PR is while making the previous PR #793, I had to do through three different markdown editors to make them not format the text on save. Finally, only the macOS built-in TextEdit was used to make the fix as it does not do any formatting at all 🤣. So, the main intention is to prevent this problem for any contributors to the docs and make them easier to contribute ❤️ |

As mentioned in #793