@shipstatic/drop 2.7.1 → 2.8.0-beta.1

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.
package/README.md CHANGED
@@ -12,7 +12,7 @@ npm install @shipstatic/drop @shipstatic/ship
12
12
 
13
13
  React 18 or 19 is a peer dependency.
14
14
 
15
- ## Quick Start
15
+ ## Quick start
16
16
 
17
17
  ```tsx
18
18
  import { useDrop } from '@shipstatic/drop';
package/dist/index.cjs CHANGED
@@ -33,7 +33,7 @@ var ErrorType = {
33
33
  * purpose, and deployed sites keep serving throughout.
34
34
  *
35
35
  * Distinct from `Api` at 503, which the platform already uses for a
36
- * dependency that failed (moderation unavailable). A consumer has to tell
36
+ * dependency that failed. A consumer has to tell
37
37
  * "we closed the door" from "something broke": the two get opposite words
38
38
  * and opposite retry behaviour.
39
39
  */