Skip to content

Commit

Permalink
chron: rename "params" to "parameters"
Browse files Browse the repository at this point in the history
  • Loading branch information
zorox112 authored and 3y3 committed Jan 2, 2025
1 parent a9c0ea2 commit e72d321
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugin/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import block from 'bem-cn-lite';
export const Text = {
BUTTON_SUBMIT: 'Send',

HEADER_PARAMS_SECTION_TITLE: 'Header params',
QUERY_PARAMS_SECTION_TITLE: 'Query params',
PATH_PARAMS_SECTION_TITLE: 'Path params',
HEADER_PARAMS_SECTION_TITLE: 'Header parameters',
QUERY_PARAMS_SECTION_TITLE: 'Query parameters',
PATH_PARAMS_SECTION_TITLE: 'Path parameters',

BODY_INPUT_LABEL: 'Body',

Expand Down

0 comments on commit e72d321

Please sign in to comment.