Skip to content

Commit 8a2f04b

Browse files
author
Maxime Mangel
authored
Merge pull request #178 from DanielVandH/add-word
Add missing word to docs/docs/index.md
2 parents ee9e870 + 1d5de4a commit 8a2f04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Depending on the target you choose, those benefits will tenfold.
9292

9393
### F# for JavaScript
9494

95-
JavaScript is a dynamic so you don't have a lot of safety when writing code. This can lead to bugs that are hard to find and fix.
95+
JavaScript is a dynamic language so you don't have a lot of safety when writing code. This can lead to bugs that are hard to find and fix.
9696

9797
With F#, your application will be safer, more robust and more pleasant to read and write. You can refactor your code with confidence as the compiler will tell you if you missed something.
9898

0 commit comments

Comments
 (0)