Skip to content

Commit 4fcdb4a

Browse files
authored
Wrap filename with quotes (#762)
## Summary Wrap filename with quotes ## How was it tested? Signed-off-by: Zhizhen He <[email protected]>
1 parent e555bc2 commit 4fcdb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In practice, Devbox works similar to a package manager like yarn – except the
2121
Devbox provides a lot of benefits over pure Docker containers, Nix Shells, or managing your own environment directly:
2222

2323
### A consistent shell for everyone on the team
24-
Declare the list of tools needed by your project via a devbox.json file and run devbox shell. Everyone working on the project gets a shell environment with the exact same version of those tools.
24+
Declare the list of tools needed by your project via a `devbox.json` file and run devbox shell. Everyone working on the project gets a shell environment with the exact same version of those tools.
2525

2626
### Try new tools without polluting your laptop
2727
Development environments created by Devbox are isolated from everything else in your laptop. Is there a tool you want to try without making a mess? Add it to a Devbox shell, and remove it when you don't want it anymore – all while keeping your laptop pristine. Removing or changing a package in your dev environment is as easy as editing your `devbox.json`.

0 commit comments

Comments
 (0)