File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ Harper is an language checker for developers. it can detect
5
5
improper capitalization and misspellled words,
6
6
as well as a number of other issues.
7
7
Like if you break up words you shoul dn't.
8
+ Harper can be a lifesaver when writing technical documents,
9
+ emails or other formal forms of communication.
8
10
9
11
Harper works everywhere, even offline. Since you r data
10
12
never leaves your device, you don't ned to worry aout us
Original file line number Diff line number Diff line change 104
104
>
105
105
{#if suggestion .kind () == SuggestionKind .Remove }
106
106
Remove "{lint .get_problem_text ()}"
107
- {:else }
107
+ {:else if suggestion . kind () == SuggestionKind . Replace }
108
108
Replace "{lint .get_problem_text ()}" with "{suggestion .get_replacement_text ()}"
109
+ {:else }
110
+ Insert "{suggestion .get_replacement_text ()}" after "{lint .get_problem_text ()}"
109
111
{/if }
110
112
</Button >
111
113
</div >
You can’t perform that action at this time.
0 commit comments