-
Notifications
You must be signed in to change notification settings - Fork 519
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
[README.md] fix typo #610
Comments
Hi @truongd3 would you mind submit a PR to address the issues? |
Dear @stcheng , thank you very much for allowing me to submit a PR! I tried but it said my permission is denied. Can you please let me know what I should do? Update: I knew what to do! |
facebook-github-bot
referenced
this issue
Aug 23, 2024
Summary: ## Issue [https://github.com/facebook/facebook-php-business-sdk/issues/610](https://github.com/facebook/facebook-php-business-sdk/issues/610#issue-2472108763) Fix typo errors in [README.md](README.md) and [CHANGELOG.md](CHANGELOG.md) ## Description #### README.md 1. **Missing Dollar Sign for Variable** ✅ In the [**Create Objects**](https://github.com/facebook/facebook-php-business-sdk/blob/main/README.md#create-objects) section, the `AdSetFields::CAMPAIGN_ID` is missing a `$` before `campaign_id` 2. **Code Block Syntax Highlighting** ✅ Add `shell` tag for [second code block line 335](https://github.com/facebook/facebook-php-business-sdk/blob/main/README.md#debug) #### CHANGELOG.md 1. **Missing Parenthesis for Link Attachment** ✅ In the [**Unreleased v11.0.0**](https://github.com/facebook/facebook-php-business-sdk/blob/main/CHANGELOG.md#v1100), the link attached is missing a pair of parenthesis Pull Request resolved: #611 Reviewed By: yoongyj Differential Revision: D61666440 Pulled By: stcheng fbshipit-source-id: c7e78eaa9611782d96a05850c51c73807d8de0af
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Facebook PHP Business SDK Issue
Fix typo errors in README.md and CHANGELOG.md
Description
README.md
Missing Dollar Sign for Variable
In the Create Objects section, the
AdSetFields::CAMPAIGN_ID
is missing a$
beforecampaign_id
Code Block Syntax Highlighting
Add
shell
tag for second code block line 335CHANGELOG.md
In the Unreleased v11.0.0, the link attached is missing a pair of parenthesis
The text was updated successfully, but these errors were encountered: