I want to increase the line spacing in the following array table, what should I do?
\documentclass{article}
\usepackage{amsmath, amssymb}
\begin{document}
\[
\begin{array}
{|c|c|c|c|}
\hline
X & 1 & 2 & 3
\\
\hline
\mathrm{p}(X=x_{i}) &
\dfrac{1}{22} & \dfrac{9}{22} & \dfrac{6}{11}
\\
\hline
\end{array}
\]
\end{document}
