tldr-pages / tldr

📚 Collaborative cheatsheets for console commands
https://tldr.sh
Other
51.21k stars 4.22k forks source link

Documentation: Duplicate example in style guide regarding `Serial comma` #14851

Open martinblume opened 3 hours ago

martinblume commented 3 hours ago

In the Section Serial comma of the style-guide, there is a duplicate example.

Duplicate example:

Delete the Git branches, tags, and remotes.

The first (negative) example is worn and should instead be

Delete the Git branches, tags and remotes.

martinblume commented 3 hours ago

Fix: https://github.com/tldr-pages/tldr/pull/14852