Skip to content

Commit f1c9004

Browse files
authoredJan 6, 2025··
Fix minor typo in index.html (#1787)
1 parent 21e878e commit f1c9004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h4>Functional programming</h4>
123123
<h4>Extensibility and DSLs</h4>
124124

125125
<div class="entry-summary">
126-
<p>Elixir has been designed to be extensible, allowing developers naturally extend the language to particular domains, in order to increase their productivity.</p>
126+
<p>Elixir has been designed to be extensible, allowing developers to naturally extend the language to particular domains, in order to increase their productivity.</p>
127127

128128
<p>As an example, let's write a simple test case using <a href="https://hexdocs.pm/ex_unit/">Elixir's test framework called ExUnit</a>:</p>
129129

0 commit comments

Comments
 (0)
Please sign in to comment.