From 72ac804ae091a2413087dfa186edabb35c791cd0 Mon Sep 17 00:00:00 2001
From: CharlesCNorton <135471798+CharlesCNorton@users.noreply.github.com>
Date: Wed, 7 Aug 2024 16:54:05 -0400
Subject: [PATCH] Correct "hetereogenous" to "heterogeneous"

This pull request corrects a typo in the documentation. The word "hetereogenous" has been corrected to "heterogeneous" to improve clarity and accuracy in the text.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9bf32fe3..926a0584 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ PyTorch3D is designed to integrate smoothly with deep learning methods for predi
 For this reason, all operators in PyTorch3D:
 
 - Are implemented using PyTorch tensors
-- Can handle minibatches of hetereogenous data
+- Can handle minibatches of heterogeneous data
 - Can be differentiated
 - Can utilize GPUs for acceleration