Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
chore(docz-core): fix typo in log
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Aug 29, 2019
1 parent 530cac6 commit 34facb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/docz-core/src/bundler/machine/services/install-deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export const installDeps = async ({ firstInstall }: ServerMachineCtx) => {
if (firstInstall) {
warn('\n----------------')
warn(`We need to install some dependencies in order to run your bundler.`)
warn('This just happen in the first time you run docz.')
warn('This could take a while!')
warn('This just happens the first time you run docz.')
warn('This could take a while !')
warn('----------------\n')
}

Expand Down

0 comments on commit 34facb5

Please sign in to comment.