Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
Summary:
[BizSDK][nodejs] Fix Typo

#242

Differential Revision: D51078320

fbshipit-source-id: e3081aa0829403bebeb9d08de14136191d370b19
  • Loading branch information
stcheng authored and facebook-github-bot committed Nov 8, 2023
1 parent c6baaf0 commit d4b0064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@ const api = adsSdk.FacebookAdsApi.init(accessToken);
### Api main class

The `FacebookAdsApi` object is the foundation of the Business SDK which encapsulates the logic to execute requests against the Graph API.
Once instantiated, the Api object will allows you to start making requests to the Graph API.
Once instantiated, the Api object will allow you to start making requests to the Graph API.

### Facebook Objects

0 comments on commit d4b0064

Please sign in to comment.