Skip to content

Commit

Permalink
Fix a couple of typos
Browse files Browse the repository at this point in the history
  • Loading branch information
johnathanludwig committed Aug 22, 2024
1 parent 1d1405c commit fc172df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -137,4 +137,4 @@
"typescript": "^4.5.4"
},
"packageManager": "yarn@3.1.1"
}
}

0 comments on commit fc172df

Please sign in to comment.