I'm almost certain the following is true:
$$\lim_{n \to \infty} \frac{e^{x/n}-1}{x/n} = 1$$
At first blush, it would seem (to me at least) that this would approach infinity. However, upon further investigation however, it doesn't...it's 1. Is there a some intuitive way to think about this?
The limit in your post is zero, since $e^{x/n} \to 1$ as $n \to \infty$. However, you are probably thinking of something like $$\lim_{n \to \infty} \frac{e^{x/n}-1}{x/n} = 1,$$ which can be viewed roughly as "$e^{x/n} - 1 \approx x/n$" as $n \to \infty$.
Indeed, by replacing $y=x/n$ and taking $y \to 0$, the above is the same as $$\lim_{y \to 0} \frac{e^y-1}{y} = 1.$$ This can be verified by writing out the definition of the derivative of $f(y)=e^y$ at zero: $f'(y) = 1$.
Alternatively, this can be verified by looking at the Taylor series $e^y = 1 + y + O(y^2)$ as $y \to 0$, as mentioned in the comments.