Skip to content

Commit 0ddacb5

Browse files
committed
fix comment capitalization
1 parent 92dfc3e commit 0ddacb5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/api/checkChangePasswordUsingLoginIdAndLoginIdTypes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{
2525
"name": "loginIdTypes",
2626
"comments": [
27-
"the identity types that FusionAuth will compare the loginId to."
27+
"The identity types that FusionAuth will compare the loginId to."
2828
],
2929
"type": "urlParameter",
3030
"parameterName": "loginIdTypes",

src/main/api/retrieveUserByLoginIdWithLoginIdTypes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{
2121
"name": "loginIdTypes",
2222
"comments": [
23-
"the identity types that FusionAuth will compare the loginId to."
23+
"The identity types that FusionAuth will compare the loginId to."
2424
],
2525
"type": "urlParameter",
2626
"parameterName": "loginIdTypes",

src/main/api/retrieveUserLoginReportByLoginIdAndLoginIdTypes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
{
4949
"name": "loginIdTypes",
5050
"comments": [
51-
"the identity types that FusionAuth will compare the loginId to."
51+
"The identity types that FusionAuth will compare the loginId to."
5252
],
5353
"type": "urlParameter",
5454
"parameterName": "loginIdTypes",

0 commit comments

Comments
 (0)