Skip to content

Commit

Permalink
Correct Tabs typo (#6895)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjeg authored Jul 10, 2024
1 parent 0f5b88c commit 5d92d0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/core/changelog/@unreleased/pr-6895.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type: improvement
improvement:
description: Correct Tabs typo
links:
- https://github.com/palantir/blueprint/pull/6895
2 changes: 1 addition & 1 deletion packages/core/src/components/tabs/tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export interface TabsProps extends Props {

/**
* Unique identifier for this `Tabs` container. This will be combined with the `id` of each
* `Tab` child to generate ARIA accessibility attributes. Dsare required and should be
* `Tab` child to generate ARIA accessibility attributes. IDs are required and should be
* unique on the page to support server-side rendering.
*/
id: TabId;
Expand Down

1 comment on commit 5d92d0e

@svc-palantir-github
Copy link

Choose a reason for hiding this comment

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

Correct Tabs typo (#6895)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.