Skip to content

Commit e669001

Browse files
committed
minor changes
1 parent 68da1aa commit e669001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/components/main/TRPC-composer/TRPCVariableForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function TRPCVariableForm(props) {
1818
<div id="gql-var-entry">
1919
<TextCodeArea
2020
mode="application/json"
21-
placeholder="Variable/s for this procedure(objects must be passed in as json format string)"
21+
placeholder="Variable/s for this procedure(objects must be passed in as json format)"
2222
height="50px"
2323
value={props.procedureData.variable}
2424
onChange={onChangeHandler}

0 commit comments

Comments
 (0)