Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c3482e4

Browse files
philhawthorneterinjokes
authored andcommitted
docs: correct typos
Fixes two minor spelling mistakes in the documentation. Signed-off-by: Terin Stock <terin@cloudflare.com>
1 parent d28eeb4 commit c3482e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/resources/ZoneSettings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ module.exports = auto(
6464
* @returns {Promise<Object>} The zone settings response object.
6565
*/
6666
/**
67-
* edit modifies a single zoen setting
67+
* edit modifies a single zone setting
6868
*
6969
* @function edit
7070
* @memberof ZoneSettings
7171
* @instance
7272
* @async
7373
* @param {string} id - The zone ID
7474
* @param {string} setting = The setting name
75-
* @param {sting|Object} value - The new zone setting
75+
* @param {string|Object} value - The new zone setting
7676
* @returns {Promise<Object>} The zone settings response object.
7777
*/
7878
})

0 commit comments

Comments
 (0)