Skip to content

Commit

Permalink
Fix grammar error
Browse files Browse the repository at this point in the history
  • Loading branch information
pepopowitz authored Oct 14, 2019
1 parent 56c5c55 commit cfdbabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/mobile/learning-group/session-two.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ module resolution.
So when the `Box` is defined as `styled.View`, it's being defined
[as a styled-components `div` on web](https://github.com/artsy/palette/blob/cef079d8a81002533fc9a977d9ba717a9eafd835/packages/palette/src/platform/primitives.ts#L5-L9)
and
[as a a styled-components `View` on iOS](https://github.com/artsy/palette/blob/cef079d8a81002533fc9a977d9ba717a9eafd835/packages/palette/src/platform/primitives.ios.ts#L7-L11).
[as a styled-components `View` on iOS](https://github.com/artsy/palette/blob/cef079d8a81002533fc9a977d9ba717a9eafd835/packages/palette/src/platform/primitives.ios.ts#L7-L11).
(Styled-components is doing a bit more abstraction for us here, depending on iOS-vs-Android. Ultimately, on iOS,
`Box` components are rendered as native Objective-C `UIView` subclasses.)

Expand Down

0 comments on commit cfdbabc

Please sign in to comment.