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

Rewording post to fit code. #3

Merged
merged 3 commits into from
Sep 27, 2017
Merged

Rewording post to fit code. #3

merged 3 commits into from
Sep 27, 2017

Conversation

jensechu
Copy link
Contributor

@jensechu jensechu commented Sep 27, 2017

I believe this was messed up? I might be missing something about the spec.

  1. Here it says "To create three fixed-height rows" but we are actually creating two.
    https://github.com/MozillaDevelopers/playground/blob/master/src/pages/02-first-grid.js#L22

  2. It seems that if you have: grid-template-columns: 150px 150px 70px; then it would only have three columns. To meet the text in the post of 'fourth' it would need to have an additional 150px, or say 'third'.
    https://github.com/MozillaDevelopers/playground/blob/master/src/pages/02-first-grid.js#L33
    https://github.com/MozillaDevelopers/playground/blob/master/src/pages/02-first-grid.js#L37

  3. There was a missing space due to indenting for character limits on each line I'm assuming. Added one in.

Thanks for creating this site! It's very helpful.

If there is an issue I am happy to make the language consistent across this page in the direction the maintainer wants to go in so this can get merged in. :)

I believe this was messed up? I might be missing something about the spec.
Copy link

@skalnik skalnik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

giphy-29

@jensechu jensechu changed the title Rewording to fit code. Rewording post to fit code. Sep 27, 2017
Unsure how you want to handle white space with your text wrapping but I took a stab.
Copy link
Collaborator

@slightlyoffbeat slightlyoffbeat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the edits! Only one minor request, and then we can merge.

@@ -17,9 +17,9 @@ const Tutorial = () => (

<h4>Define rows and columns</h4>
<p>
There are several ways to define rows and columns. For our first grid, we will use properties
There are several ways to define rows and columns. For our first grid, we will use properties
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only minor request. Can you represent the space as {' '} ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure!

@jensechu
Copy link
Contributor Author

Updated! Thanks for the feedback.

@slightlyoffbeat slightlyoffbeat merged commit 346332a into MozillaDevelopers:master Sep 27, 2017
@slightlyoffbeat
Copy link
Collaborator

Merged. Thanks!

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

3 participants