I am reading about partial derivatives in some notes on Multivariable Calculus. On page 2, it says:
Definition: Partial Derivatives
Let $U \subset \mathbb R^m$ be open, let $F: U \to \mathbb R^m$, and let $\mathbf a \in U$. If $i \in \{1, \ldots , m\}$, the partial derivative of $F$ with respect to $x_i$ at $\mathbf a$ is defined as follows: $$\frac{\partial F}{\partial x_i}(\mathbf a) = \lim_{h \to 0} \frac{F(\mathbf a + h\mathbf e_i) - F(\mathbf a)}{h}.$$ Here $\mathbf e_i$ denotes a unit vector in the xi direction.
Then, later it says:
As we have defined it, the partial derivative $(\partial F)/(\partial x_i)(\mathbf a)$ is a vector. Specifically, if $F(\mathbf x) = (f_1(\mathbf x), \ldots, f_n(\mathbf x))$, then $$\frac{\partial F}{\partial x_i}(\mathbf a) = \left(\frac{\partial f_1}{\partial x_i}(\mathbf a), \ldots, \frac{\partial f_n}{\partial x_i}(\mathbf a)\right)$$
I don't see how the limit expression can be a vector. Based on my observation, the numerator will be a $n\times 1$ and the denominator will be a $m \times 1$ vector. Therefore we have division by vectors which is not defined.
Can I have a step by step explanation of how the limit expression results the vector described in point 2? I've taken a course on multi variable calculus but have not encountered taking the limit of vectors.
As mentioned in the comments to the question, $\dfrac {\partial F}{\partial x_i}(\mathbf {a})\color{grey}{=\lim \limits_{h\to 0}\left[\dfrac{F(\mathbf a+h\mathbf e_i)-F(\mathbf a)}h\right]}$ is a vector simply because $F$ is a vector-valued function.
Presumably $F=(f_1, \ldots ,f_n)$ where $f_1, \ldots ,f_n$ are scalar functions defined in $U$.
Given $\mathbf {a}=(x_1, \ldots , x_m)$ one gets for all $i\in \{1, \ldots ,m\}$
$$ \begin{align} \dfrac {\partial F}{\partial x_i}(\mathbf {a})&=\lim \limits_{h\to 0}\left[\dfrac{F(\mathbf a+h\mathbf e_i)-F(\mathbf a)}h\right]\\ &=\lim \limits_{h\to 0}\left[\dfrac{(f_1(\mathbf a+h\mathbf e_i), \ldots,f_n(\mathbf a+h\mathbf e_i))-(f_1(\mathbf a), \ldots ,f_n\left(\mathbf a)\right)}{h}\right]\\ &=\lim \limits_{h\to 0}\left[\dfrac {(f_1(\mathbf a+h\mathbf e_i)-f_1(\mathbf a), \ldots , f_n(\mathbf a+h\mathbf e_i)-f_n(\mathbf a))}h\right]\\ &=\lim \limits_{h\to 0}\left[\left(\dfrac{f_1(\mathbf a+h\mathbf e_i)}h, \ldots ,\dfrac{f_n(\mathbf a+h\mathbf e_i)}h\right)\right]\\ &=\left(\lim \limits_{h\to 0}\left[\dfrac{f_1(\mathbf a+h\mathbf e_i)}h\right], \ldots ,\lim \limits_{h\to 0}\left[\dfrac{f_n(\mathbf a+h\mathbf e_i)}h\right]\right)\\ &=\left(\dfrac{\partial f_1}{\partial x_i}(\mathbf a), \ldots, \dfrac{\partial f_n}{\partial x_i}(\mathbf a)\right)_. \end{align} $$