Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit 8283253

Browse files
nikolasNeilFraser
authored andcommitted
typo fix: aproximate -> approximate
1 parent fd06328 commit 8283253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/match.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ <H3>Text:</H3>
2626

2727
<H3>Fuzzy pattern:</H3>
2828
<P><INPUT ID="pattern" SIZE=32 VALUE="slimy tools"> <SPAN ID="maxlengthspan"></SPAN><BR>
29-
Aproximate pattern to search for in the text. Due to limitations of the Bitap algorithm, the pattern has a limited length.</P>
29+
Approximate pattern to search for in the text. Due to limitations of the Bitap algorithm, the pattern has a limited length.</P>
3030

3131
<H3>Fuzzy location:</H3>
3232
<P><INPUT ID="loc" SIZE=4 MAXLENGTH=10 VALUE="30"> <SPAN ID="maxtextspan"></SPAN><BR>
33-
Aproximately where in the text is the pattern expected to be found?</P>
33+
Approximately where in the text is the pattern expected to be found?</P>
3434

3535
<H3>Match distance:</H3>
3636
<P><INPUT TYPE="text" SIZE=3 MAXLENGTH=8 VALUE="1000" ID="distance"><BR>

0 commit comments

Comments
 (0)