Skip to content

Commit a149ddf

Browse files
Fix Capitalization
PowerShell's name should have Shell capitalized.
1 parent c66b9e3 commit a149ddf

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

specs/Url-Shortener.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"targetUrlCustom": null,
135135
"targetUrlMobile": null,
136136
"targetUrlNodeJs": null,
137-
"targetUrlPowershell": null,
137+
"targetUrlPowerShell": null,
138138
"targetUrlPython": null,
139139
"type": "temporary"
140140
}
@@ -293,7 +293,7 @@
293293
null
294294
]
295295
},
296-
"targetUrlPowershell": {
296+
"targetUrlPowerShell": {
297297
"description": "Target URL for PowerShell clients.",
298298
"type": [
299299
"string",
@@ -344,7 +344,7 @@
344344
"targetUrlCustom",
345345
"targetUrlMobile",
346346
"targetUrlNodeJs",
347-
"targetUrlPowershell",
347+
"targetUrlPowerShell",
348348
"targetUrlPython",
349349
"type"
350350
]
@@ -811,9 +811,9 @@
811811
}
812812
},
813813
{
814-
"name": "targetUrlPowershell",
814+
"name": "targetUrlPowerShell",
815815
"in": "query",
816-
"description": "Filter by the `targetUrlPowershell` field.",
816+
"description": "Filter by the `targetUrlPowerShell` field.",
817817
"schema": {
818818
"type": "string",
819819
"format": "uri",
@@ -881,7 +881,7 @@
881881
"targetUrlCustom": null,
882882
"targetUrlMobile": null,
883883
"targetUrlNodeJs": null,
884-
"targetUrlPowershell": null,
884+
"targetUrlPowerShell": null,
885885
"targetUrlPython": null,
886886
"type": "temporary"
887887
}
@@ -946,7 +946,7 @@
946946
"targetUrlCustom": null,
947947
"targetUrlMobile": null,
948948
"targetUrlNodeJs": null,
949-
"targetUrlPowershell": null,
949+
"targetUrlPowerShell": null,
950950
"targetUrlPython": null,
951951
"type": "temporary"
952952
}
@@ -1084,7 +1084,7 @@
10841084
"targetUrlCustom": null,
10851085
"targetUrlMobile": null,
10861086
"targetUrlNodeJs": null,
1087-
"targetUrlPowershell": null,
1087+
"targetUrlPowerShell": null,
10881088
"targetUrlPython": null,
10891089
"type": "temporary"
10901090
}
@@ -1160,7 +1160,7 @@
11601160
"targetUrlCustom": null,
11611161
"targetUrlMobile": null,
11621162
"targetUrlNodeJs": "https://www.example.com/target-nodejs",
1163-
"targetUrlPowershell": null,
1163+
"targetUrlPowerShell": null,
11641164
"targetUrlPython": null,
11651165
"type": "permanent"
11661166
}

0 commit comments

Comments
 (0)