Typo (minor) in RNA transcription README.md

Hi,

There’s a minor typo in the README.md for the RNA exercise in the Golang track, see the PR below:

That file is cloned from an upstream file and should not be hand edited. See Practice Exercises.

1 Like

The upstream file was updated a while ago so this would be solved by pulling down the latest changes with configlet.

1 Like

Yes, I confirm. The latest source in the problem-specifications repository is correct.

1 Like

Do you want to make a PR to sync the Go repo docs from the problem spec? The configlet sync tool should be used to do syncs.

@IsaacG Yes, I just did a sync following the documentation at Configlet | Exercism's Docs

Is that the way to do it with a PR per exercise ?

Yes. Run it once per exercise ;) Preferably using a shell loop. For changes like doc syncs, I generally don’t do it per-exercise but do a single track sync. If it’s a pure sync with no manual edits, there is less oversight needed in the review process. However, it ultimately depends on the track maintainer’s (@andrerfcsantos) preferences and not my preferences.