8000 [WIP] Cookbook grammar and style fixes by frne · Pull Request #4693 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[WIP] Cookbook grammar and style fixes #4693

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

Closed
wants to merge 8 commits into from
Closed
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
Removes wrong comma
  • Loading branch information
frne committed Dec 28, 2014
commit 5bb1ed4cd3f5abe848d8da0b6895343cf3485104
2 changes: 1 addition & 1 deletion cookbook/bundles/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ configuration arrays together.
}

This class uses the ``getConfiguration()`` method to get the Configuration
instance. You should override it, if your Configuration class is not called
instance. You should override it if your Configuration class is not called
``Configuration`` or if it is not placed in the same namespace as the
extension.

Expand Down
0