Determine that the function $f(x)=\dfrac{x^2+x-2}{x-1}$ is continous in $x_0=0$; $x_0\in\mathbb{R}$ (I only need to show continuity for $x_0=0$)
Let $\varepsilon>0$; ${\mid x-x_0\mid}<\delta = {\mid x-0 \mid}<\delta$ \begin{align} {\mid f(x)-f(x_0)\mid} &= {\mid\frac{x^2+x-2}{x-1}-\frac{0^2+0-2}{0-1}\mid}\\ &={\mid\frac{x^2+x-2}{x-1}-2\mid}\\ &={\mid\frac{x^2-x}{x-1}\mid}\\ &={\mid x\mid}<\delta\\ \end{align} Let $\delta = \varepsilon$, then if $|x-0|<\delta$ then $|f(x)-f(0)| = |x| <\epsilon$
Is there anything that should be changed?
Your idea is correct and the choice of $\delta = \epsilon$ is right. I would make some changes to the writing to make it more readable to those who are not as familiar with the ideas as you are.
For example your last line of proof may be altered as :
Let $\epsilon = \delta$, then if $|x-0|<\delta$, then $|f(x)-f(0)| = |x| <\epsilon$