Fix typo: Add missing backtick (#1959)

There was a small typo in the `contribution_tools.md` for `bazel test //...:all`
This commit is contained in:
cabmeurer
2022-08-08 10:42:22 -07:00
committed by GitHub
parent d7613f5ef7
commit 8f80399bad
+1 -1
View File
@@ -61,7 +61,7 @@ typical tool setup flow is:
create a GitHub fork and clone the repository locally
- `cd carbon-lang` to go into the cloned fork's directory.
- `pre-commit install` to set up [pre-commit](#pre-commit) in the clone.
4. Validate your installation by invoking `bazel test //...:all' from the
4. Validate your installation by invoking `bazel test //...:all` from the
project root. All tests should pass.
<!-- google-doc-style-resume -->