diff --git a/docs/docs/faq.mdx b/docs/docs/faq.mdx index b677af8d4..814f751c0 100644 --- a/docs/docs/faq.mdx +++ b/docs/docs/faq.mdx @@ -28,7 +28,7 @@ the location of the Git Bash "bash.exe" binary. By default it is located at "C:\ Just remember in JSON, backslashes need to be escaped. So add this to your [settings.json](./config) file: ```json - "term:localshellpath": "C:\\Program Files\\Git\\bin\\bash.exe" +"term:localshellpath": "C:\\Program Files\\Git\\bin\\bash.exe" ``` ### Can I use WSH outside of Wave?