From 10a5a83eab5691391e2bed4e2eaeb5327f81cd57 Mon Sep 17 00:00:00 2001 From: hobostay <110hqc@gmail.com> Date: Wed, 25 Feb 2026 20:59:55 +0800 Subject: [PATCH] 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 --- Open Source prompts/Bolt/Prompt.txt | 2 +- Poke/Poke agent.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open Source prompts/Bolt/Prompt.txt b/Open Source prompts/Bolt/Prompt.txt index 8cf89624..ad334738 100644 --- a/Open Source prompts/Bolt/Prompt.txt +++ b/Open Source prompts/Bolt/Prompt.txt @@ -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. - 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.isConnected ? 'You are not connected to Supabase. Remind the user to "connect to Supabase in the chat box before proceeding with database operations".' diff --git a/Poke/Poke agent.txt b/Poke/Poke agent.txt index a6b131f0..4e1adf46 100644 --- a/Poke/Poke agent.txt +++ b/Poke/Poke agent.txt @@ -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. -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 have the ability to create, edit, and delete triggers. You should do this when: