Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(gatsby-theme-docz): flex component aligmItems -> alignItems #1391

Merged
merged 1 commit into from
Feb 13, 2020

Conversation

KonnorRogers
Copy link
Contributor

changed to

Description

Fixed a typo in the Flex component embedded in the Logo component.

Changed aligmItems='center' to alignItems="center"

changed <Flex aligmItems="center"> to <Flex alignItems="center">
@rakannimer
Copy link
Contributor

Awesome ! Thanks @ParamagicDev for catching and fixing 👍

@rakannimer rakannimer changed the title Fixed a typo in flex component fix(gatsby-theme-docz): flex component aligmItems -> alignItems Feb 13, 2020
@rakannimer rakannimer merged commit b80524f into doczjs:master Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants