Skip to content

Commit

Permalink
docs(backend): delete superfluous colon in mutation search explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
fengelniederhammer committed Jul 15, 2024
1 parent 78f4df9 commit 9ec4545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/SearchPage/DisplaySearchDocs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const DisplaySearchDocs: React.FC = () => {
</p>
<p className='mb-2'>
You can also use wildcards to match any insertion at a given position. For
example <b>ins_S:214:?:</b> will match any (but at least one) insertion
example <b>ins_S:214:?</b> will match any (but at least one) insertion
between the positions 214 and 215.
</p>
</div>
Expand Down

0 comments on commit 9ec4545

Please sign in to comment.