Skip to content

Commit c87a04f

Browse files
committed
docs: Correct list numbering in 'rendering_stac_widgets' documentation
1 parent 18511db commit c87a04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/rendering_stac_widgets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ Stac.fromNetwork(
353353
1. **Always provide loading states**: Users should know content is loading.
354354
2. **Handle errors gracefully**: Show meaningful error messages and retry options.
355355
3. **Use appropriate method**: Choose the rendering method that fits your use case.
356-
5. **Validate JSON**: Ensure your JSON follows Stac schema before rendering.
356+
4. **Validate JSON**: Ensure your JSON follows Stac schema before rendering.
357357

358358
### Hybrid Approach
359359

0 commit comments

Comments
 (0)