diff --git a/docs/guides/import-progress-examples.md b/docs/guides/import-progress-examples.md index 6489d19a..975b9570 100644 --- a/docs/guides/import-progress-examples.md +++ b/docs/guides/import-progress-examples.md @@ -361,7 +361,7 @@ await brain.import(buffer, { ✅ **Real-time updates** during long imports (no more "0%" hangs) ✅ **Contextual messages** show exactly what's happening ✅ **Build reliable tools** with standardized progress callbacks -✅ **Workshop team problem SOLVED** - users see progress throughout import +✅ **Problem SOLVED** - users see progress throughout import **Files Modified:** - 3 handlers: `csvHandler.ts`, `pdfHandler.ts`, `excelHandler.ts` diff --git a/docs/guides/standard-import-progress.md b/docs/guides/standard-import-progress.md index d57f8803..389bfc7d 100644 --- a/docs/guides/standard-import-progress.md +++ b/docs/guides/standard-import-progress.md @@ -450,4 +450,4 @@ onProgress: (p) => { ✅ **Standard Fields** - `stage`, `processed`, `total`, `entities`, `relationships` work everywhere ✅ **Optional Enhancements** - `throughput`, `eta` available during extraction (all formats) -**The Workshop team (and any developer) can now build monitoring tools, dashboards, CLIs, and UIs that work perfectly for all import formats with zero format-specific code!** +**Developers can now build monitoring tools, dashboards, CLIs, and UIs that work perfectly for all import formats with zero format-specific code!**