Skip to content

Commit

Permalink
merged branch gnugat/part7-typo-simple (PR #12)
Browse files Browse the repository at this point in the history
Commits
-------

9ffd186 [part7] Fixing typo: adding 'x' to Simple/Framework class

Discussion
----------

[part7] Typo "Simple/Framewok" class name

[part7] Fixing typo: adding 'x' to Simple/Framework class
  • Loading branch information
fabpot committed Jan 15, 2012
2 parents 97743fb + 9ffd186 commit a0b1d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/part7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Request.
As the Symfony2 components requires PHP 5.3, let's create our very own
namespace for our framework: ``Simplex``.

Move the request handling logic into its own ``Simple\\Framework`` class::
Move the request handling logic into its own ``Simplex\\Framework`` class::

<?php

Expand Down

0 comments on commit a0b1d42

Please sign in to comment.