Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Peter Roche
08f203a605
Update article.md
'"pro" and "contra" -> 'pros and cons'.

'pros and cons' is a much more typical way of saying it. But "pro" and "contra" is interesting. I hadn't previously known what "cons" stood for, though now it seems obvious.

Also, punctuation change.
2019-11-08 19:48:26 -07:00

View file

@ -250,4 +250,4 @@ Any point on the page has coordinates:
Window coordinates are great to use with `position:fixed`, and document coordinates do well with `position:absolute`.
Both coordinate systems have their "pro" and "contra", there are times we need one or the other one, just like CSS `position` `absolute` and `fixed`.
Both coordinate systems have their pros and cons; there are times we need one or the other one, just like CSS `position` `absolute` and `fixed`.