Browse Source

Update copy

Saoud Rizwan 1 year ago
parent
commit
5acc4d05c5
2 changed files with 2 additions and 2 deletions
  1. 1 1
      CHANGELOG.md
  2. 1 1
      webview-ui/src/components/Announcement.tsx

+ 1 - 1
CHANGELOG.md

@@ -9,7 +9,7 @@ All notable changes to the "claude-dev" extension will be documented in this fil
 - You can now use '@' in the textarea to add context!
     - @url: Paste in a URL for the extension to fetch and convert to markdown, useful when you want to give Claude the latest docs!
     - @problems: Add workspace errors and warnings for Claude to fix, no more back-and-forth about debugging
-    - @file: Adds a file's contents so you dont have to waste an API request approving a read file (+ type to search files)
+    - @file: Adds a file's contents so you don't have to waste API requests approving read file (+ type to search files)
     - @folder: Adds folder's files all at once to speed up your workflow even more
 
 ## [1.7.0]

+ 1 - 1
webview-ui/src/components/Announcement.tsx

@@ -42,7 +42,7 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
 					back-and-forth about debugging
 				</li>
 				<li>
-					<strong>@file:</strong> Adds a file's contents so you don't have to waste an API request approving a
+					<strong>@file:</strong> Adds a file's contents so you don't have to waste API requests approving
 					read file (+ type to search files)
 				</li>
 				<li>