Skip to content

Commit

Permalink
Use sentence case in release notes link in docs (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
llorca authored Nov 29, 2016
1 parent fe5576e commit 8c576e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export class Navbar extends React.Component<INavbarProps, {}> {
href="https://github.com/palantir/blueprint/releases"
iconName="book"
target="_blank"
text="Release Notes"
text="Release notes"
/>
<MenuDivider />
{menuItems}
Expand Down

1 comment on commit 8c576e7

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use sentence case in release notes link in docs (#258)

Preview: docs Coverage: core | datetime

Please sign in to comment.