fixed one sentence because english
This commit is contained in:
Rauf Islam 2018-10-29 16:41:59 -04:00 коммит произвёл Allen Yongshuang Wang
Родитель 7e934ecc12
Коммит 73460d2444
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -51,7 +51,7 @@ There are two operations, designed to reinforce the symmetry of workers within a
## <a name="api"></a>API
### <a name="create"></a> create(id: string, settings: ZoneSettings): Zone
It creates a Napa zone with a string id. If zone with the id is already created, error will be thrown. [`ZoneSettings`](#zone-settings) can be specified for creating zones.
It creates a Napa zone with a string id. If a zone with the id is already created, an error will be thrown. [`ZoneSettings`](#zone-settings) can be specified for creating zones.
Example 1: Create a zone with id 'zone1', using default ZoneSettings.
```js