From 8b83ab36f16f208355fcdf77b3672b99be6d68e3 Mon Sep 17 00:00:00 2001 From: Jeffrey Johnson Date: Mon, 28 Jan 2019 18:10:08 -0800 Subject: [PATCH] Update documentation --- src/Breadcrumb/Breadcrumb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Breadcrumb/Breadcrumb.js b/src/Breadcrumb/Breadcrumb.js index 345505660..50f428f28 100644 --- a/src/Breadcrumb/Breadcrumb.js +++ b/src/Breadcrumb/Breadcrumb.js @@ -45,6 +45,6 @@ BreadcrumbItem.propTypes = { }; BreadcrumbItem.propDescriptions = { - name: 'Ttext of the link (Only for `url` prop.).', + name: 'Text for the internal anchor tag.', url: 'An anchor tag will be generated and set to the url prop. Name or child text must be provided.' };