Skip to content

Commit

Permalink
Merge pull request #174 from bavix/typofix-uuid
Browse files Browse the repository at this point in the history
Update input.jsx
  • Loading branch information
rez1dent3 authored Jul 29, 2024
2 parents 77d04c3 + 7970f0d commit 578e6a8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@

gtag('config', 'G-0E805HG8JN');
</script>
<script src="assets/bundle-B1Zvy3n2.js"></script>
<script src="assets/bundle-Di88mtQV.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion src/input.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ export default class InputComponent extends React.Component {
<textarea
className="textarea"
onChange={this.onKeyboardInput}
placeholder={`Enter uuid. Input examples:
placeholder={`Enter UUID. Input examples:
0;0
{low: 0, high: 1}
71a46cec-4809-4cc5-9689-5b0441b46186
Expand Down

0 comments on commit 578e6a8

Please sign in to comment.