I tried to solve this limit: $\lim\limits_{n \to +\infty} \bigg(\dfrac{n+1}{n+2}\bigg)^n$.
My approach was to re-write it as $\lim\limits_{n \to +\infty} \bigg(\dfrac{n}{n+2} + \dfrac{1}{n+2}\bigg)^n$, and since $\dfrac{n}{n+2}$ tends to 1 and $\dfrac{1}{n+2} \sim \dfrac{1}{n}$ as $n \to +\infty$, I figured the solution would be $e$, as $\lim\limits_{n \to +\infty} \bigg(1+\dfrac{1}{n}\bigg)^n = e$.
I suppose I've done something wrong, since by plotting the function I noticed the solution is $\dfrac{1}{e}$.
Where is my error?