Skip to content

Commit d054ae3

Browse files
s1dhu98Nihal4777
andauthored
Fix typo in Flag tooltip: 'FLag' should be 'Flag' (#885)
* fix: correct typo in Flag tooltip text (FLag → Flag) Fixes #884 The Flag module tooltip had a typo where 'FLag' was capitalized incorrectly. This commit corrects it to 'Flag ToolTip' for proper grammar and consistency. * fix: apply flag tooltip typo fix to v1 --------- Co-authored-by: Nihal <65150640+Nihal4777@users.noreply.github.com>
1 parent f09552c commit d054ae3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/simulator/src/modules/Flag.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export default class Flag extends CircuitElement {
196196
* @category modules
197197
*/
198198
Flag.prototype.tooltipText =
199-
'FLag ToolTip: Use this for debugging and plotting.'
199+
'Flag ToolTip: Use this for debugging and plotting.'
200200
Flag.prototype.helplink =
201201
'https://docs.circuitverse.org/chapter4/chapter4-misc#flag'
202202

v1/src/simulator/src/modules/Flag.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export default class Flag extends CircuitElement {
196196
* @category modules
197197
*/
198198
Flag.prototype.tooltipText =
199-
'FLag ToolTip: Use this for debugging and plotting.'
199+
'Flag ToolTip: Use this for debugging and plotting.'
200200
Flag.prototype.helplink =
201201
'https://docs.circuitverse.org/chapter4/chapter4-misc#flag'
202202

0 commit comments

Comments
 (0)