Skip to content

Minor reword for the intro of the Templating article #8018

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

Merged
merged 1 commit into from
Jun 13, 2017

Conversation

javiereguiluz
Copy link
Member

I don't like that the beginning of the article is "As you know..." ... because most of the people reading that will probably don't know 😄

I don't like either other minor things of that intro, so I propose this reword:

Before

before_text

After

after_text

handling each request that comes into a Symfony application. In reality,
the controller delegates most of the heavy work to other places so that
code can be tested and reused. When a controller needs to generate HTML,
As explained in :doc:`the previous article </controller>`, controllers are
Copy link
Member

Choose a reason for hiding this comment

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

IMO using something like "previous" here suggests that there is a sequence of the articles. But that's not really the case anymore.

Copy link
Member Author

Choose a reason for hiding this comment

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

You are right ... except that in this case this article is indeed a part of a series. The Getting Started section groups the basic articles to learn Symfony and they are all linked. You can see that at the bottom of each article, which encourage s you to keep reading the next articles.

@xabbuh xabbuh added this to the 2.7 milestone Jun 11, 2017
@weaverryan weaverryan merged commit dde719d into symfony:2.7 Jun 13, 2017
weaverryan added a commit that referenced this pull request Jun 13, 2017
…iereguiluz)

This PR was merged into the 2.7 branch.

Discussion
----------

Minor reword for the intro of the Templating article

I don't like that the beginning of the article is *"As you know..."* ... because most of the people reading that will probably don't know 😄

I don't like either other minor things of that intro, so I propose this reword:

### Before

![before_text](https://user-images.githubusercontent.com/73419/27003536-ebdcaac6-4df8-11e7-9d4d-7db73d5223d4.png)

### After

![after_text](https://user-images.githubusercontent.com/73419/27003537-ee9530a8-4df8-11e7-8003-fd88bf15e889.png)

Commits
-------

dde719d Minor reword for the intro of the Templating article
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants