From 32f2d8bf7e34425a8d4fa4c28e9c884cb56eac4b Mon Sep 17 00:00:00 2001 From: adamlehmann <15865074+adamlehmann@users.noreply.github.com> Date: Tue, 5 Jun 2018 15:23:26 +0930 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a4148b..78fdfe4 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ return [ The `@render` Blade directive accepts two arguments: the first is the view component's path or class name, the second is an extra set of properties (optional). -You can choose between referincing the component via a path or a class name. +You can choose between referencing the component via a path or a class name. ```blade @render('myComponent')