Skip to content

Fix some typos #8027

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 2 commits into from
Jun 13, 2017
Merged

Fix some typos #8027

merged 2 commits into from
Jun 13, 2017

Conversation

jdreesen
Copy link
Contributor

No description provided.

@xabbuh xabbuh added this to the 3.3 milestone Jun 12, 2017
@@ -128,7 +128,7 @@ Great! Use ``require()`` to import ``jquery`` and ``greet.js``:
// ./ (or ../) means to look for a local file
var greet = require('./greet');

$(document).ready(function()) {
$(document).ready(function() {
$('h1').html(greet());
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You are right, thx, I updated the PR.

@weaverryan
Copy link
Member

Wow, great catch! Thank you Jacob!

@weaverryan weaverryan merged commit 7c4c368 into symfony:3.3 Jun 13, 2017
weaverryan added a commit that referenced this pull request Jun 13, 2017
This PR was squashed before being merged into the 3.3 branch (closes #8027).

Discussion
----------

Fix some typos

Commits
-------

7c4c368 Add missing argument to code example
2a0a414 Fix some typos
@jdreesen jdreesen deleted the patch-1 branch June 13, 2017 05:45
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.

5 participants