8000 Updated the example used to explain page creation by javiereguiluz · Pull Request #3888 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Updated the example used to explain page creation #3888

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 4 commits into from
Aug 16, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reworded the beginning of one section
  • Loading branch information
javiereguiluz committed May 30, 2014
commit 2345a0ee02b890c509af6d2ce7c28dbe9f8c4211
7 changes: 3 additions & 4 deletions book/page_creation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,9 @@ cache.
The "Random Number" Page
------------------------

Instead of building the classic "Hello World!" application, this chapter develops
an appllication that generates random numbers . When you're finished, the user
will be able to get a random number between ``1`` and the upper limit set with
the URL:
In this chapter, you'll develop an application that can generate random numbers.
When you're finished, the user will be able to get a random number between ``1``
and the upper limit set with the URL:
Copy link
Member

Choose a reason for hiding this comment

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

Isn't [...] set by the URL correct?


.. code-block:: text

Expand Down
0