Prove the divergence of $\sum_{k=0}^{\infty}{\frac{1}{10k+1}}$. By the ratio test:$$\frac{\frac{1}{10(k+1)+1}}{\frac{1}{10k}}=\frac{10k}{10(k+1)+1}=\frac{10k}{10k+11}=\frac{10k}{k(10+\frac{11}{k})}=\frac{10}{10+\frac{11}{k}}\overset{k\to \infty}\longrightarrow 1$$ thus it diverges for almost all $k\in \mathbb{N}$
Is that correct?
What you have is incorrect since there is no notion of convergence for almost all $k$ due to the ratio test. In fact, since your limit goes to $1$ as you correctly show, the test is inconclusive so the series could converge or diverge... the thing to recognize here is that the application of the ratio test didn't provide any extra information.
However, if we observe $$\sum_{k=0}^\infty\frac{1}{10k+1}=1+\sum_{k=1}^\infty\frac{1}{10k+1},$$ we need only study the convergence/divergence of $\sum_{k=1}^\infty(10k+1)^{-1}$. It is clear that $10k+1\leq 10k+k=11k$ for every $k\geq1$, so we have by taking reciprocals that $$\frac{1}{10k+1}\geq\frac{1}{11k}.$$ In particular, we may sum over all $k\geq1$ on each side of the inequality to obtain $$\sum_{k=1}^\infty\frac{1}{10k+1}\geq\sum_{k=1}^\infty\frac{1}{11k}=\frac{1}{11}\left(\sum_{k=1}^\infty\frac{1}{k}\right).$$Since this latter series is the harmonic series, it diverges to $+\infty$, implying that the sum on the left also diverges to $+\infty$; in particular, this applies to the original sum.