Parcourir la source

odps-table: typo

Cheng Yichao il y a 8 ans
Parent
commit
e671e85cdc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pages/common/odps-table.md

+ 1 - 1
pages/common/odps-table.md

@@ -12,7 +12,7 @@
 
 - Add partition to a table:
 
-`alter table {{table_name}} add parition ({{partition_spec}});`
+`alter table {{table_name}} add partition ({{partition_spec}});`
 
 - Delete partition from a table: