From 14ecc5c37d11e3c7691dbd7903d67b04ca90f2f6 Mon Sep 17 00:00:00 2001 From: Makoto Kaji Date: Tue, 5 Nov 2019 20:41:06 -0500 Subject: [PATCH] fix spelling --- webrtc-dotnetcore/Views/Home/WebRTC.cshtml | 2 +- webrtc-dotnetcore/wwwroot/css/webrtc.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webrtc-dotnetcore/Views/Home/WebRTC.cshtml b/webrtc-dotnetcore/Views/Home/WebRTC.cshtml index e75e26d..0e3f5f2 100644 --- a/webrtc-dotnetcore/Views/Home/WebRTC.cshtml +++ b/webrtc-dotnetcore/Views/Home/WebRTC.cshtml @@ -27,7 +27,7 @@ -
+
diff --git a/webrtc-dotnetcore/wwwroot/css/webrtc.css b/webrtc-dotnetcore/wwwroot/css/webrtc.css index 7956395..71b56a2 100644 --- a/webrtc-dotnetcore/wwwroot/css/webrtc.css +++ b/webrtc-dotnetcore/wwwroot/css/webrtc.css @@ -23,7 +23,7 @@ h5 { width: 100%; } -.boderLine { +.borderLine { border-top: 1px dotted; margin: 1em 0; }