diff --git a/src/docs/introduction/first-app.md b/src/docs/introduction/first-app.md
index 6c48606f..17c34128 100644
--- a/src/docs/introduction/first-app.md
+++ b/src/docs/introduction/first-app.md
@@ -77,7 +77,7 @@ $app->run();
-We would normally need to initialize leaf, however, with with the introduction of functional mode, we don't need to do this. We can go straight to building our app.
+We would normally need to initialize leaf, however, with the introduction of functional mode, we don't need to do this. We can go straight to building our app.
Let's define a dummy route.