Typo/error in LAMMPS documentation on pair_style born/gauss

Two questions.

(1) Is the the place to bring attention to a typo/error in the LAMMPS documentation? If not, where is better?

(2) I think the documentation about pair_style born/gauss has a typo. The example reads
pair_coeff 1 1 1 1 8.2464e13 12.48 0.042644277 0.44 3.56

Should it be
pair_coeff 1 1 8.2464e13 12.48 0.042644277 0.44 3.56

It is ok to post it here, especially if this is a simple issue that is easy to resolve. It helps to add the “bug-report” tag, so developers can use it to check for unfixed bugs.

The alternative would be to file a bug-report issue on GitHub at: Issues · lammps/lammps · GitHub
But that would be overkill in this case.

Yes. That is what is used for example in the unit test input for this pair style.
I just updated the docs in a pending pull request: Collected small fixes and updates by akohlmey · Pull Request #4242 · lammps/lammps · GitHub

Thank you.