@instructure/ui-table 11.0.1-snapshot-1 → 11.0.1-snapshot-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -43,7 +43,7 @@ type TableContextType = {
43
43
 
44
44
  /**
45
45
  * ---
46
- * category: utilities/react
46
+ * category: components/contexts
47
47
  * ---
48
48
  * React context created by the `Table` component to hold its data which are
49
49
  * read by its children. You can access these to make custom Table cells/rows.