diff --git a/doc/handbook/3_tutorialimplicit.tex b/doc/handbook/3_tutorialimplicit.tex
index 2573acaa5970113015ef4e574b37317bfda7d809..4f44a11691c0d5e82c7163a56b12af275597d739 100644
--- a/doc/handbook/3_tutorialimplicit.tex
+++ b/doc/handbook/3_tutorialimplicit.tex
@@ -136,9 +136,8 @@ allocate grids in \Dune, \Dumux features the concept of grid creators.
 In this case the generic \texttt{CubeGridCreator} which creates a
 structured hexahedron grid of a specified size and resolution. For
 this grid creator the  physical domain of the grid is specified via the
-run-time parameters \texttt{Grid.upperRightX},
-\texttt{Grid.upperRightY}, \texttt{Grid.numberOfCellsX} and
-\texttt{Grid.numberOfCellsY}. These parameters can be specified via
+run-time parameters \texttt{Grid.UpperRight} and
+\texttt{Grid.Cells}. These parameters can be specified via
 the command-line or in a parameter file.
 
 Next, the appropriate fluid system, which specifies the thermodynamic
diff --git a/doc/handbook/3_tutorialsequential.tex b/doc/handbook/3_tutorialsequential.tex
index b7886ba533d945569dd6c5874ea933096d170567..9168ed30ad9be4a1dfd22171e375e1e3d76880a3 100644
--- a/doc/handbook/3_tutorialsequential.tex
+++ b/doc/handbook/3_tutorialsequential.tex
@@ -122,9 +122,8 @@ allocate grids in \Dune, \Dumux features the concept of grid creators.
 In this case the generic \texttt{CubeGridCreator} (line \ref{tutorial-sequential:set-gridcreator}) which creates a
 structured hexahedron grid of a specified size and resolution. For
 this grid creator the  physical domain of the grid is specified via the
-run-time parameters \texttt{Grid.upperRightX},
-\texttt{Grid.upperRightY}, \texttt{Grid.numberOfCellsX} and
-\texttt{Grid.numberOfCellsY}. These parameters can be specified via
+run-time parameters \texttt{Grid.UpperRight} and
+\texttt{Grid.Cells}. These parameters can be specified via
 the command-line or in a parameter file.
 For more information about the \Dune grid interface, the different grid types
 that are supported and the generation of different grids consult