From 6212e561ad09012a8682406590609d87e75e218b Mon Sep 17 00:00:00 2001 From: jewhyena <91225197+jewhyena@users.noreply.github.com> Date: Thu, 19 Sep 2024 17:25:39 -0700 Subject: [PATCH] fix: word misspelling in `about-yoga.md` (#1698) Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1698 Reviewed By: joevilches Differential Revision: D63059081 Pulled By: realsoelynn fbshipit-source-id: 73d6d10685c7b4ddef828f17b7113f314397f90d --- website/docs/about-yoga.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/about-yoga.md b/website/docs/about-yoga.md index 391d9a42..491e61c0 100644 --- a/website/docs/about-yoga.md +++ b/website/docs/about-yoga.md @@ -10,4 +10,4 @@ Yoga is an embeddable layout system used in popular UI frameworks like React Nat Yoga supports a familiar subset of CSS, mostly focused on Flexbox. This gives users a familiar model, and enables sharing code between native platforms and the browser. -Yoga is written in C++, with a public C API. This allows Yoga to be used by a wide variety of languages, via both offficial and unofficial bindings. +Yoga is written in C++, with a public C API. This allows Yoga to be used by a wide variety of languages, via both official and unofficial bindings.