@instructure/ui-table 11.0.1-snapshot-0 → 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.
@@ -16,7 +16,7 @@ type TableContextType = {
16
16
  };
17
17
  /**
18
18
  * ---
19
- * category: utilities/react
19
+ * category: components/contexts
20
20
  * ---
21
21
  * React context created by the `Table` component to hold its data which are
22
22
  * read by its children. You can access these to make custom Table cells/rows.