diff --git a/doc/debugging.md b/doc/debugging.md index d259b24f1d..a9fde18b01 100644 --- a/doc/debugging.md +++ b/doc/debugging.md @@ -150,7 +150,7 @@ This one is straightforward, just evaluate a navigation dispatch form from anywh #### REPL-ing a component -This is also straighforward, but there are some small differences. Just like above, we only have to evaluate a dispatch form, as follows: +This is also straightforward, but there are some small differences. Just like above, we only have to evaluate a dispatch form, as follows: ```cljs ;; example debugging a quo component, although it could be any other component e.g. from the `status-im2` ns. diff --git a/logs/README.md b/logs/README.md index 01a3f4934a..18ef8efdd0 100644 --- a/logs/README.md +++ b/logs/README.md @@ -26,4 +26,4 @@ These log files are uploaded to Jenkins as CI job artifacts on failure using `ar * `set_xcode_version.log` - Output from `node_modules/react-native/scripts/react-native-xcode.sh`. - Created by redirecting output of `shellScript` in `ios/StatusIm.xcodeproj/project.pbxproj` for "Run Script" build Phase. * `Status PR-StatusImPR.log - Created by [Fastlane Gym](https://docs.fastlane.tools/actions/gym/). - - Configred via [`Fastfile`](../Fastfile) using `buildlog_path` argument for `build_ios_app`. + - Configured via [`Fastfile`](../Fastfile) using `buildlog_path` argument for `build_ios_app`.