skyflow-js 1.25.0 → 1.26.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
@@ -1255,8 +1255,8 @@ element.on(Skyflow.EventName,handler:function)
1255
1255
 
1256
1256
  The SDK supports four events:
1257
1257
 
1258
- - `CHANGE`:riggered when the Element's value changes.
1259
- - `READY`:riggered when the Element is fully rendered.
1258
+ - `CHANGE`: Triggered when the Element's value changes.
1259
+ - `READY`: Triggered when the Element is fully rendered.
1260
1260
  - `FOCUS`: Triggered when the Element gains focus.
1261
1261
  - `BLUR`: Triggered when the Element loses focus.
1262
1262