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

Commit

Permalink
Update zone.md (#273)
Browse files Browse the repository at this point in the history
fixed one sentence because english
  • Loading branch information
ItsRauf authored and helloshuangzi committed Oct 29, 2018
1 parent 7e934ec commit 73460d2
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 73460d2

Please sign in to comment.