Skip to content

Commit

Permalink
updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jonleverrier committed Feb 28, 2019
1 parent da5949b commit 27cbb8f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "youandmedigital/breadcrumb",
"description": "Generate a simple breadcrumb based on your URL segments",
"description": "Generate a simple breadcrumb from a URL",
"type": "craft-plugin",
"version": "1.0.2",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/Breadcrumb.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Breadcrumb plugin for Craft CMS 3.1
*
* Generate a simple breadcrumb based on your URL segments.
* Generate a simple breadcrumb from a URL.
*
* @link https://youandme.digital
* @copyright Copyright (c) 2019 You & Me Digital
Expand Down
2 changes: 1 addition & 1 deletion src/services/BreadcrumbService.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Breadcrumb plugin for Craft CMS 3.1
*
* Generate a simple breadcrumb based on your URL segments.
* Generate a simple breadcrumb from a URL.
*
* @link https://youandme.digital
* @copyright Copyright (c) 2019 You & Me Digital
Expand Down
2 changes: 1 addition & 1 deletion src/translations/en/breadcrumb.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Breadcrumb plugin for Craft CMS 3.x
*
* Generate a simple breadcrumb based on your URL segments.
* Generate a simple breadcrumb from a URL.
*
* @link https://youandme.digital
* @copyright Copyright (c) 2019 You & Me Digital
Expand Down
2 changes: 1 addition & 1 deletion src/variables/BreadcrumbVariable.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Breadcrumb plugin for Craft CMS 3.1
*
* Generate a simple breadcrumb based on your URL segments.
* Generate a simple breadcrumb from a URL.
*
* @link https://youandme.digital
* @copyright Copyright (c) 2019 You & Me Digital
Expand Down

0 comments on commit 27cbb8f

Please sign in to comment.