Skip to content

Commit

Permalink
Merge pull request #178 from DanielVandH/add-word
Browse files Browse the repository at this point in the history
Add missing word to docs/docs/index.md
  • Loading branch information
MangelMaxime authored Nov 10, 2023
2 parents ee9e870 + 1d5de4a commit 8a2f04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Depending on the target you choose, those benefits will tenfold.

### F# for JavaScript

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.
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.

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.

Expand Down

0 comments on commit 8a2f04b

Please sign in to comment.