I am misunderstanding the diff/continuity definitions in multivariable.
If you take a look here How to show differentiability implies continuity for functions between Euclidean spaces
the original post states that $$\lim_{h \to 0} \frac{\|f(a+h) - f(a) - \lambda(h)\|}{\|h\|} = 0$$
in my definitions I have that $$\lim_{\|h\| \to 0} \frac{\|f(a+h) - f(a) - \lambda(h)\|}{\|h\|} = 0$$
which one would be correct? for instance to say a function is continuous at a point $a$ would we say that $$\lim_{h\to 0} f(a+h) = f(a)$$ or $$\lim_{\|h\| \to 0} f(a+h) = f(a)$$?