Fix typo in build instructions (#6444)

Dragan Okanovic created

Typo fix.

Release Notes:

- N/A

Change summary

docs/src/developing_zed__building_zed.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

docs/src/developing_zed__building_zed.md 🔗

@@ -78,4 +78,4 @@ Try `xcode-select --switch /Applications/Xcode.app/Contents/Developer`
 
 ### Cargo errors claiming that a dependency is using unstable features
 
-Try `cargo clean` and `cargo build`,
+Try `cargo clean` and `cargo build`.