From 27521dbd39ac0bfe303fd2d3bc173f03188675d0 Mon Sep 17 00:00:00 2001 From: Niek Oost Date: Thu, 27 Aug 2015 14:35:26 +0200 Subject: [PATCH] Minor typo repaired Changed "the text of the brand of false" into "the text of the brand or false" --- NavBar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NavBar.php b/NavBar.php index 9593a65..15125d1 100644 --- a/NavBar.php +++ b/NavBar.php @@ -56,7 +56,7 @@ class NavBar extends Widget */ public $containerOptions = []; /** - * @var string|boolean the text of the brand of false if it's not used. Note that this is not HTML-encoded. + * @var string|boolean the text of the brand or false if it's not used. Note that this is not HTML-encoded. * @see http://getbootstrap.com/components/#navbar */ public $brandLabel = false;