We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bbea73 commit 7953b78Copy full SHA for 7953b78
1 file changed
Grammark2.0/Grammark/src/app/home/fixes/wordiness-fix/wordiness-fix.component.html
@@ -23,7 +23,7 @@ <h5 class="box">{{ wordinessNumber }} instances ({{ wordinessScore }}% of senten
23
24
<div>
25
<div class="column1">
26
- <textarea id="userinput" name="userinput">{{ message }} </textarea>
+ <textarea id="userinput" name="userinput">{{ message }}</textarea>
27
<button (click)="reHighlight()" class="rehighlight">Re-highlight</button>
28
</div>
29
0 commit comments