Fix typos (#1629)
Co-authored-by: Scott Densmore <scottdensmore@mac.com> Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
parent
221b066900
commit
2e20effb43
|
@ -8,7 +8,7 @@
|
|||
|
||||
## Reviewer Test Plan
|
||||
|
||||
<!-- 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 -->
|
||||
<!-- 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 -->
|
||||
|
||||
## Testing Matrix
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ describe('<MaxSizedBox />', () => {
|
|||
// Make sure MaxSizedBox logs errors on invalid configurations.
|
||||
// This is useful for debugging issues with the component.
|
||||
// It should be set to false in production for perfornance and to avoid
|
||||
// cluttering the console if there are ignoreable issues.
|
||||
// cluttering the console if there are ignorable issues.
|
||||
setMaxSizedBoxDebugging(true);
|
||||
|
||||
it('renders children without truncation when they fit', () => {
|
||||
|
|
Loading…
Reference in New Issue