Vagrantfile: Fix typo in spelling of problems.

Fixes #9596.
This commit is contained in:
Kurian Benoy 2018-06-02 00:28:09 +05:30 committed by Tim Abbott
parent c37fe998d2
commit bfcd7b0151
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -168,7 +168,7 @@ sudo bash -c 'cat << EndOfMessage > /etc/motd
Welcome to the Zulip development environment! Popular commands:
* tools/provision - Update the development environment
* tools/run-dev.py - Run the development server
* tools/lint - Run the linter (quick and catches many problmes)
* tools/lint - Run the linter (quick and catches many problems)
* tools/test-* - Run tests (use --help to learn about options)
Read https://zulip.readthedocs.io/en/latest/testing/testing.html to learn