Javier writes an article containing 52 460 words. He plans to upload the article to his website, but he knows that this process sometimes introduces errors.
He assumes that for each word in the uploaded version of his article, the probability that it contains an error is 0.000 08. The number of words containing an error is denoted by X.
What is E(X) and Var(X), This is my working any help is much appreciated. Thank you.

You do not say what distribution you are using in your Question.
@Stacker (in now deleted post) modeled the number of of words with errors as $X \sim \mathsf{Binom}(n = 52\,460, p = 0.000\,08).$ with $E(X) = np = 52460(0.00008) = 4.1968$ and $V(X) = np(1-p) = 4.1968(1-0.00008) = 4.196464.$
In such problems with large $n$ and small $p,$ one often uses the Poisson distribution as a good approximation. If $X \sim \mathsf{Pois}(\lambda = 4.1968),$ then $E(X) = 4.1968$ and $Var(X) = 4.1968,$ which is not much different.
I'm am not clear about @silver's assumptions (my guess is binomial), but if I read the formula and intentions of that Answer correctly, I get $Var(X) = 1.1964,$ using R as a calculator--again, not much different.
To three decimal places we have $E(X) - 4.197, Var(X) = 4.197$ for a Poisson model and $Var(X) = 4.196$ for a binomial model. Maybe you can look at the original context of your problem and figure out whether you are supposed to use a Poisson or a binomial model.
By either model you are not likely to see more than 10 mis-spelled words; the probability $P(X \le 10) = 0.9960 \approx 1$ either way.