diff --git a/docs/source_docs/user_guide/inputs/gridding.rst b/docs/source_docs/user_guide/inputs/gridding.rst index be6c52a5df7b539282fd10bf6357f9053690a1e2..c8eff24c5245798bac234b94a77a936430b230af 100644 --- a/docs/source_docs/user_guide/inputs/gridding.rst +++ b/docs/source_docs/user_guide/inputs/gridding.rst @@ -133,7 +133,7 @@ mesh refinement algorithm and are only applicable when ``amr.max_level > 0``. | | specified per-level. | | | +----------------------+-----------------------------------------------------------------------+-------------+-----------+ | ref_ratio_vect | If specified, sets thee refinement ratios between AMR levels. It's an | Ints | | -| | error if the size of the integer array, if presetn, is less than | | | +| | error if the size of the integer array, if present, is less than | | | | | ``max_level*3``. The first three numbers specify the refinement ratios| | | | | in three dimensions between levels 0 and 1, the next three numbers | | | | | specify the ratios for levels 1 and 2, etc. | | |