Browse Source

Correcting typo in markup

Richard Knight 6 years ago
parent
commit
1df2c56d52
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/app.component.html

+ 1 - 1
src/app/app.component.html

@@ -20,7 +20,7 @@
 		</span>
 	</form>
 	-->
-	<div calss="row">
+	<div class="row">
 		<div class="col-12 pt-4 pb-4">
 			<json-formatter [data]="form.value" open="4"></json-formatter>
 		</div>