Skip to content

Commit 7bb9482

Browse files
authored
fix typo (LLM) (#3286)
1 parent 19f9627 commit 7bb9482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/FixWithAIButton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const AIPermissionPrompt = ({ onAccept, onDecline }) => {
5656
return html`
5757
<div class="ai-permission-prompt">
5858
<h3>Use AI to fix syntax errors?</h3>
59-
<p>Pluto will send code from this cell to a commericial LLM service to fix syntax errors. Updated code will not run without confirmation.</p>
59+
<p>Pluto will send code from this cell to a commercial LLM service to fix syntax errors. Updated code will not run without confirmation.</p>
6060
<p>Submitted code can be used (anonymously) by Pluto developers to improve the AI service.</p>
6161
<label class="ask-next-time">
6262
<input type="checkbox" checked=${dontAskAgain} onChange=${(e) => setDontAskAgain(e.target.checked)} />

0 commit comments

Comments
 (0)