Fixed minor type in the docs.

PiperOrigin-RevId: 473314519
diff --git a/docs/wrapping-upb.md b/docs/wrapping-upb.md
index 2bd35ae..3c31149 100644
--- a/docs/wrapping-upb.md
+++ b/docs/wrapping-upb.md
@@ -178,7 +178,7 @@
 
 ### MiniTables
 
-MiniTables are a "lite" schema representation that are much smaller that
+MiniTables are a "lite" schema representation that are much smaller than
 reflection. MiniTables omit names, options, and almost everything else from the
 `.proto` file, retaining only enough information to parse and serialize binary
 format.