Skip to content

docs: fix shell operator in README install instructions#31

Open
Avicennasis wants to merge 1 commit into
spotify:mainfrom
Avicennasis:docs/fix-typos
Open

docs: fix shell operator in README install instructions#31
Avicennasis wants to merge 1 commit into
spotify:mainfrom
Avicennasis:docs/fix-typos

Conversation

@Avicennasis

Copy link
Copy Markdown

Summary

Fix 1 issue in 1 file:

  • README.md: yarn & bundle installyarn && bundle install (use sequential && operator instead of background & so both commands run in order)

No functional changes — documentation/instructions only.

Findings breakdown

File Wrong Correct Verdict
README.md inside of the project folder inside the project folder STYLE — dropped (both forms are grammatically acceptable)
README.md yarn & bundle install yarn && bundle install BUG — kept (& backgrounds yarn instead of running sequentially)

Use && (sequential) instead of & (background) for running yarn
and bundle install, ensuring both commands complete in order.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant