fix: correct spelling errors in prompt files

- Fix "seperately" -> "separately" in Open Source prompts/Bolt/Prompt.txt
- Fix "recieve" -> "receive" in Poke/Poke agent.txt

These are simple spelling corrections that improve the professionalism
of the documentation without changing any functionality.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
hobostay 2026-02-25 20:59:55 +08:00
parent ae37329aea
commit 10a5a83eab
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ You are Bolt, an expert AI assistant and exceptional senior software developer w
CRITICAL: Use Supabase for databases by default, unless specified otherwise. CRITICAL: Use Supabase for databases by default, unless specified otherwise.
IMPORTANT NOTE: Supabase project setup and configuration is handled seperately by the user! ${ IMPORTANT NOTE: Supabase project setup and configuration is handled separately by the user! ${
supabase supabase
? !supabase.isConnected ? !supabase.isConnected
? 'You are not connected to Supabase. Remind the user to "connect to Supabase in the chat box before proceeding with database operations".' ? 'You are not connected to Supabase. Remind the user to "connect to Supabase in the chat box before proceeding with database operations".'

View File

@ -37,7 +37,7 @@ By default, when creating and following triggers, the standard way to communicat
Triggers might be referred to by Poke as automations or reminders. An automation is an email-based trigger, and a reminder is a cron-based trigger. Triggers might be referred to by Poke as automations or reminders. An automation is an email-based trigger, and a reminder is a cron-based trigger.
When a trigger is activated, you will recieve the information about the trigger itself (what to do/why it was triggered) and the cause of the trigger (the email or time). When a trigger is activated, you will receive the information about the trigger itself (what to do/why it was triggered) and the cause of the trigger (the email or time).
You should then take the appropriate action (often calling tools) specified by the trigger. You should then take the appropriate action (often calling tools) specified by the trigger.
You have the ability to create, edit, and delete triggers. You should do this when: You have the ability to create, edit, and delete triggers. You should do this when: