fix a typo

This commit is contained in:
chenxsan 2021-08-07 11:39:51 +08:00
parent fcdd04a833
commit ce7d9e572c
5 changed files with 6 additions and 6 deletions

View File

@ -1172,7 +1172,7 @@ export interface HttpUriOptions {
*/
cacheLocation?: false | string;
/**
* When set, anything that would lead to an modification of the lockfile or any resource content, will result in an error.
* When set, anything that would lead to a modification of the lockfile or any resource content, will result in an error.
*/
frozen?: boolean;
/**

View File

@ -15,7 +15,7 @@ export interface HttpUriOptions {
*/
cacheLocation?: false | string;
/**
* When set, anything that would lead to an modification of the lockfile or any resource content, will result in an error.
* When set, anything that would lead to a modification of the lockfile or any resource content, will result in an error.
*/
frozen?: boolean;
/**

View File

@ -1213,7 +1213,7 @@
]
},
"frozen": {
"description": "When set, anything that would lead to an modification of the lockfile or any resource content, will result in an error.",
"description": "When set, anything that would lead to a modification of the lockfile or any resource content, will result in an error.",
"type": "boolean"
},
"lockfileLocation": {

View File

@ -18,7 +18,7 @@
]
},
"frozen": {
"description": "When set, anything that would lead to an modification of the lockfile or any resource content, will result in an error.",
"description": "When set, anything that would lead to a modification of the lockfile or any resource content, will result in an error.",
"type": "boolean"
},
"lockfileLocation": {

4
types.d.ts vendored
View File

@ -4301,7 +4301,7 @@ declare interface HttpUriOptions {
cacheLocation?: string | false;
/**
* When set, anything that would lead to an modification of the lockfile or any resource content, will result in an error.
* When set, anything that would lead to a modification of the lockfile or any resource content, will result in an error.
*/
frozen?: boolean;
@ -4322,7 +4322,7 @@ declare class HttpUriPlugin {
*/
cacheLocation?: string | false;
/**
* When set, anything that would lead to an modification of the lockfile or any resource content, will result in an error.
* When set, anything that would lead to a modification of the lockfile or any resource content, will result in an error.
*/
frozen?: boolean;
/**