Skip to content

Commit efcb537

Browse files
sadikkuzuscottdensmorejacob314
authored andcommitted
Fix typos (google-gemini#1629)
Co-authored-by: Scott Densmore <[email protected]> Co-authored-by: Jacob Richman <[email protected]>
1 parent ddade59 commit efcb537

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Reviewer Test Plan
1010

11-
<!-- when a person reviewes your code they should ideally be pulling and running that code. How would they validate your change works and if relevant what are some good classes of example prompts and ways they can exercise your changes -->
11+
<!-- when a person reviews your code they should ideally be pulling and running that code. How would they validate your change works and if relevant what are some good classes of example prompts and ways they can exercise your changes -->
1212

1313
## Testing Matrix
1414

packages/cli/src/ui/components/shared/MaxSizedBox.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('<MaxSizedBox />', () => {
1414
// Make sure MaxSizedBox logs errors on invalid configurations.
1515
// This is useful for debugging issues with the component.
1616
// It should be set to false in production for perfornance and to avoid
17-
// cluttering the console if there are ignoreable issues.
17+
// cluttering the console if there are ignorable issues.
1818
setMaxSizedBoxDebugging(true);
1919

2020
it('renders children without truncation when they fit', () => {

0 commit comments

Comments
 (0)