mirror of https://github.com/zulip/zulip.git
Fixed typos with separate
This commit is contained in:
parent
110398bf36
commit
9de75f5167
|
@ -10,7 +10,7 @@ structured.
|
|||
|
||||
Most of the existing JS in Zulip is written in IIFE-wrapped modules, one
|
||||
per file in the static/js directory. When running Zulip in development
|
||||
mode, each file is loaded seperately. In production mode (and when
|
||||
mode, each file is loaded separately. In production mode (and when
|
||||
creating a release tarball using tools/build-release-tarball),
|
||||
JavaScript files are concatenated and minified.
|
||||
|
||||
|
|
|
@ -228,7 +228,7 @@ event_broker_options=-1
|
|||
# This directive is used to specify an event broker module that should
|
||||
# by loaded by Nagios at startup. Use multiple directives if you want
|
||||
# to load more than one module. Arguments that should be passed to
|
||||
# the module at startup are seperated from the module path by a space.
|
||||
# the module at startup are separated from the module path by a space.
|
||||
#
|
||||
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
# WARNING !!! WARNING !!! WARNING !!! WARNING !!! WARNING !!! WARNING
|
||||
|
|
Loading…
Reference in New Issue