Skip to content

Commit 27cbb8f

Browse files
committed
updated comments
1 parent da5949b commit 27cbb8f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "youandmedigital/breadcrumb",
3-
"description": "Generate a simple breadcrumb based on your URL segments",
3+
"description": "Generate a simple breadcrumb from a URL",
44
"type": "craft-plugin",
55
"version": "1.0.2",
66
"keywords": [

src/Breadcrumb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Breadcrumb plugin for Craft CMS 3.1
44
*
5-
* Generate a simple breadcrumb based on your URL segments.
5+
* Generate a simple breadcrumb from a URL.
66
*
77
* @link https://youandme.digital
88
* @copyright Copyright (c) 2019 You & Me Digital

src/services/BreadcrumbService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Breadcrumb plugin for Craft CMS 3.1
44
*
5-
* Generate a simple breadcrumb based on your URL segments.
5+
* Generate a simple breadcrumb from a URL.
66
*
77
* @link https://youandme.digital
88
* @copyright Copyright (c) 2019 You & Me Digital

src/translations/en/breadcrumb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Breadcrumb plugin for Craft CMS 3.x
44
*
5-
* Generate a simple breadcrumb based on your URL segments.
5+
* Generate a simple breadcrumb from a URL.
66
*
77
* @link https://youandme.digital
88
* @copyright Copyright (c) 2019 You & Me Digital

src/variables/BreadcrumbVariable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Breadcrumb plugin for Craft CMS 3.1
44
*
5-
* Generate a simple breadcrumb based on your URL segments.
5+
* Generate a simple breadcrumb from a URL.
66
*
77
* @link https://youandme.digital
88
* @copyright Copyright (c) 2019 You & Me Digital

0 commit comments

Comments
 (0)