Skip to content

Commit a9b3fa1

Browse files
authored
fix(onboarding): typo (#95221)
1 parent 49d00e4 commit a9b3fa1

File tree

1 file changed

+1
-1
lines changed
  • static/app/components/onboarding/gettingStartedDoc/utils

1 file changed

+1
-1
lines changed

static/app/components/onboarding/gettingStartedDoc/utils/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function CopyRulesButton({rules}: {rules: string}) {
9090
export function getAIRulesForCodeEditorStep({rules}: {rules: string}) {
9191
return {
9292
collapsible: true,
93-
title: t('AI Rules for Code Editors (optional)'),
93+
title: t('AI Rules for Code Editors (Optional)'),
9494
description: tct(
9595
'Sentry provides a set of rules you can use to help your LLM use Sentry correctly. Copy this file and add it to your projects rules configuration. When created as a rules file this should be placed alongside other editor specific rule files. For example, if you are using Cursor, place this file in the [code:.cursorrules] directory.',
9696
{

0 commit comments

Comments
 (0)