Skip to content

Commit 302539c

Browse files
JSON Formatter- placeholder text change
1 parent 6a6d0b9 commit 302539c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<div class="form-group">
5151
<label for="comment">Formatted JSON:</label>
5252
<textarea ng-bind="outputText" ng-class="outputClass" class="form-control" rows="9" cols="40"
53-
placeholder="Reformatted JSON will appear here" readonly="true"></textarea>
53+
placeholder="Formatted JSON will appear here" readonly="true"></textarea>
5454
</div>
5555

5656
</form>

0 commit comments

Comments
 (0)