@@ -570,7 +570,7 @@ describe("wrangler", () => {
570570 --metadata Arbitrary JSON that is associated with a key [string]
571571 --path Read value from the file at a given path [string]
572572 --local Interact with local storage [boolean]
573- --persist-to Directory for local persistance [string]"
573+ --persist-to Directory for local persistence [string]"
574574 ` ) ;
575575 expect ( std . err ) . toMatchInlineSnapshot ( `
576576 "[31mX [41;31m[[41;97mERROR[41;31m][0m [1mNot enough non-option arguments: got 0, need at least 1[0m
@@ -612,7 +612,7 @@ describe("wrangler", () => {
612612 --metadata Arbitrary JSON that is associated with a key [string]
613613 --path Read value from the file at a given path [string]
614614 --local Interact with local storage [boolean]
615- --persist-to Directory for local persistance [string]"
615+ --persist-to Directory for local persistence [string]"
616616 ` ) ;
617617 expect ( std . err ) . toMatchInlineSnapshot ( `
618618 "[31mX [41;31m[[41;97mERROR[41;31m][0m [1mExactly one of the arguments binding and namespace-id is required[0m
@@ -654,7 +654,7 @@ describe("wrangler", () => {
654654 --metadata Arbitrary JSON that is associated with a key [string]
655655 --path Read value from the file at a given path [string]
656656 --local Interact with local storage [boolean]
657- --persist-to Directory for local persistance [string]"
657+ --persist-to Directory for local persistence [string]"
658658 ` ) ;
659659 expect ( std . err ) . toMatchInlineSnapshot ( `
660660 "[31mX [41;31m[[41;97mERROR[41;31m][0m [1mArguments binding and namespace-id are mutually exclusive[0m
@@ -696,7 +696,7 @@ describe("wrangler", () => {
696696 --metadata Arbitrary JSON that is associated with a key [string]
697697 --path Read value from the file at a given path [string]
698698 --local Interact with local storage [boolean]
699- --persist-to Directory for local persistance [string]"
699+ --persist-to Directory for local persistence [string]"
700700 ` ) ;
701701 expect ( std . err ) . toMatchInlineSnapshot ( `
702702 "[31mX [41;31m[[41;97mERROR[41;31m][0m [1mExactly one of the arguments value and path is required[0m
@@ -738,7 +738,7 @@ describe("wrangler", () => {
738738 --metadata Arbitrary JSON that is associated with a key [string]
739739 --path Read value from the file at a given path [string]
740740 --local Interact with local storage [boolean]
741- --persist-to Directory for local persistance [string]"
741+ --persist-to Directory for local persistence [string]"
742742 ` ) ;
743743 expect ( std . err ) . toMatchInlineSnapshot ( `
744744 "[31mX [41;31m[[41;97mERROR[41;31m][0m [1mArguments value and path are mutually exclusive[0m
@@ -1114,7 +1114,7 @@ describe("wrangler", () => {
11141114 --preview Interact with a preview namespace [boolean] [default: false]
11151115 --text Decode the returned value as a utf8 string [boolean] [default: false]
11161116 --local Interact with local storage [boolean]
1117- --persist-to Directory for local persistance [string]"
1117+ --persist-to Directory for local persistence [string]"
11181118 ` ) ;
11191119 expect ( std . err ) . toMatchInlineSnapshot ( `
11201120 "[31mX [41;31m[[41;97mERROR[41;31m][0m [1mNot enough non-option arguments: got 0, need at least 1[0m
@@ -1151,7 +1151,7 @@ describe("wrangler", () => {
11511151 --preview Interact with a preview namespace [boolean] [default: false]
11521152 --text Decode the returned value as a utf8 string [boolean] [default: false]
11531153 --local Interact with local storage [boolean]
1154- --persist-to Directory for local persistance [string]"
1154+ --persist-to Directory for local persistence [string]"
11551155 ` ) ;
11561156 expect ( std . err ) . toMatchInlineSnapshot ( `
11571157 "[31mX [41;31m[[41;97mERROR[41;31m][0m [1mExactly one of the arguments binding and namespace-id is required[0m
@@ -1189,7 +1189,7 @@ describe("wrangler", () => {
11891189 --preview Interact with a preview namespace [boolean] [default: false]
11901190 --text Decode the returned value as a utf8 string [boolean] [default: false]
11911191 --local Interact with local storage [boolean]
1192- --persist-to Directory for local persistance [string]"
1192+ --persist-to Directory for local persistence [string]"
11931193 ` ) ;
11941194 expect ( std . err ) . toMatchInlineSnapshot ( `
11951195 "[31mX [41;31m[[41;97mERROR[41;31m][0m [1mArguments binding and namespace-id are mutually exclusive[0m
0 commit comments