Skip to content

Commit

Permalink
fix: Minor typo (#140)
Browse files Browse the repository at this point in the history
Minor (very! :) ) typo.
  • Loading branch information
nadgerz authored and Khaledgarbaya committed May 14, 2019
1 parent 86f0613 commit 719bcb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/guide/step-dev-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default async function devServerStep (guideContext) {
log()
log(`${highlightStyle('Almost done!')} Your ${activeGuide.name} has been set up on your local machine. It will now be started by running: ${codeStyle(`${activeGuide.devExecutable} ${activeGuide.devParameters.join(' ')}`)}`)
log()
wrappedLog(`A browser will open showing your new ${activeGuide.name}. Feel free to make changes to the code and see them appear immediatly.`, GUIDE_MAX_WIDTH)
wrappedLog(`A browser will open showing your new ${activeGuide.name}. Feel free to make changes to the code and see them appear immediately.`, GUIDE_MAX_WIDTH)
log()
wrappedLog(`You may exit development mode by pressing the Q or CTRL+C`, GUIDE_MAX_WIDTH)

Expand Down

0 comments on commit 719bcb1

Please sign in to comment.