Skip to content

Commit 060a59f

Browse files
Stephanie Ordazcursoragent
authored andcommitted
Fix prettier formatting errors (curly quotes)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 8015a46 commit 060a59f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/ui-extensions/src/surfaces/admin/components/PasswordField/PasswordField.doc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const data: AdminReferenceEntityTemplateSchema = {
6363
},
6464
{
6565
description:
66-
'Communicate password problems clearly to users. This example shows an error message when the password doesn\'t meet length requirements. Click to interact with the preview.',
66+
"Communicate password problems clearly to users. This example shows an error message when the password doesn't meet length requirements. Click to interact with the preview.",
6767
codeblock: {
6868
title: 'Show validation errors',
6969
tabs: [

packages/ui-extensions/src/surfaces/admin/components/Select/Select.doc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const data: AdminReferenceEntityTemplateSchema = {
161161
},
162162
{
163163
description:
164-
'Lock a selection when changes aren\'t allowed. This example shows a disabled dropdown that preserves its selected value but prevents interaction. Click to interact with the preview.',
164+
"Lock a selection when changes aren't allowed. This example shows a disabled dropdown that preserves its selected value but prevents interaction. Click to interact with the preview.",
165165
codeblock: {
166166
title: 'Disable the select',
167167
tabs: [

packages/ui-extensions/src/surfaces/admin/components/Switch/Switch.doc.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const data: AdminReferenceEntityTemplateSchema = {
4444
examples: [
4545
{
4646
description:
47-
'Indicate when a feature isn\'t available. This example shows a locked switch that prevents interaction while showing its current state. Click to interact with the preview.',
47+
"Indicate when a feature isn't available. This example shows a locked switch that prevents interaction while showing its current state. Click to interact with the preview.",
4848
codeblock: {
4949
title: 'Show a disabled switch',
5050
tabs: [
@@ -98,7 +98,7 @@ const data: AdminReferenceEntityTemplateSchema = {
9898
},
9999
{
100100
description:
101-
'Keep switches accessible when labels aren\'t visually needed. This example shows a visually hidden label that screen readers can still announce. Click to interact with the preview.',
101+
"Keep switches accessible when labels aren't visually needed. This example shows a visually hidden label that screen readers can still announce. Click to interact with the preview.",
102102
codeblock: {
103103
title: 'Hide the label visually',
104104
tabs: [
@@ -116,7 +116,7 @@ const data: AdminReferenceEntityTemplateSchema = {
116116
},
117117
{
118118
description:
119-
'Communicate switch-related problems clearly. This example shows helper text with an error message when a required switch isn\'t enabled. Click to interact with the preview.',
119+
"Communicate switch-related problems clearly. This example shows helper text with an error message when a required switch isn't enabled. Click to interact with the preview.",
120120
codeblock: {
121121
title: 'Show validation errors',
122122
tabs: [

0 commit comments

Comments
 (0)