correct repeated words in docs

This commit is contained in:
Axel Kohlmeyer
2019-05-14 17:13:46 -04:00
parent 2c51511325
commit 30dc7f70b5
34 changed files with 47 additions and 48 deletions

View File

@ -49,7 +49,7 @@ For inputs that are computes, they must be a compute that calculates
per-chunk values. These are computes whose style names end in
"/chunk".
For inputs that are fixes, they should be a a fix that calculates
For inputs that are fixes, they should be a fix that calculates
per-chunk values. For example, "fix ave/chunk"_fix_ave_chunk.html or
"fix ave/time"_fix_ave_time.html (assuming it is time-averaging
per-chunk data).