Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Update zone.md #273

Merged
merged 1 commit into from
Oct 29, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/zone.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down