From 5edcb427f8e2a10b30ba8329b5204fe2f684ad41 Mon Sep 17 00:00:00 2001 From: structix Date: Sat, 2 Jun 2018 00:29:21 +0200 Subject: [PATCH] Typo --- tippspiel/resources/views/dashboard.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tippspiel/resources/views/dashboard.blade.php b/tippspiel/resources/views/dashboard.blade.php index cc13fbd..e4ac335 100644 --- a/tippspiel/resources/views/dashboard.blade.php +++ b/tippspiel/resources/views/dashboard.blade.php @@ -38,7 +38,7 @@ {!! $match->date !!} {!! $teams->find($match->teama)->name !!} {!! $teams->find($match->teamb)->name !!} - {!! $match->resualta . ':' . $match->resultb !!} + {!! $match->resulta . ':' . $match->resultb !!} - -