From fc172df7d3daa65fa0bca38a67accd100e4b87cc Mon Sep 17 00:00:00 2001 From: Johnathan Ludwig Date: Sun, 31 Mar 2024 19:18:41 -0400 Subject: [PATCH] Fix a couple of typos --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b041b85..60022b8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ FileSwitcher is an unopinionated VSCode extension that allows you to quickly jum Switch to a test file and back to your code, go from JS to CSS, from a models folder to a controllers folder, and so on. -Easily write your own rules to match any file type based on your own application structure.5 +Easily write your own rules to match any file type based on your own application structure. ### Preview diff --git a/package.json b/package.json index eb319b3..6599720 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fileswitcher", "displayName": "File Switcher", - "description": "An unopinionated extension that will quickly jump to a file, of any type or location in your project)], related to the currently opened file.", + "description": "An unopinionated extension that will quickly jump to a file, of any type or location in your project, related to the currently opened file.", "version": "1.0.0", "author": { "name": "Johnathan Ludwig", @@ -137,4 +137,4 @@ "typescript": "^4.5.4" }, "packageManager": "yarn@3.1.1" -} +} \ No newline at end of file