openai / openai-cookbook

Examples and guides for using the OpenAI API
https://cookbook.openai.com
MIT License
57.47k stars 9.07k forks source link

fix: possessive error in Markdown cell #1234

Open CharlesCNorton opened 1 month ago

CharlesCNorton commented 1 month ago

This PR addresses and corrects the possessive error in a Markdown cell. Correct "it's" to "its" in the sentence "GPT-3 didn't see during its pre-training" to ensure proper grammar. "It's" is a contraction for "it is" or "it has," whereas "its" is the possessive form of "it."


Checklist: