diff options
| author | Adam Misnyovszki <amisnyov@redhat.com> | 2014-04-11 19:31:19 +0200 |
|---|---|---|
| committer | Petr Vobornik <pvoborni@redhat.com> | 2014-04-23 17:15:41 +0200 |
| commit | 260c5bd10927d3e01202ed1cccbdf4463c98e8a5 (patch) | |
| tree | cef7a77116c7774c50db6de6877b7fcd9f237c6e /install/ui/doc/guides | |
| parent | 01558a77df9881de5e5c6919b373c77f2780ecde (diff) | |
| download | freeipa-260c5bd10927d3e01202ed1cccbdf4463c98e8a5.tar.gz freeipa-260c5bd10927d3e01202ed1cccbdf4463c98e8a5.tar.xz freeipa-260c5bd10927d3e01202ed1cccbdf4463c98e8a5.zip | |
webui doc: typo fixes in guides
Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'install/ui/doc/guides')
| -rw-r--r-- | install/ui/doc/guides/debugging_web_ui/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/doc/guides/debugging_web_ui/README.md b/install/ui/doc/guides/debugging_web_ui/README.md index bac3c30a6..1bf9bd9a2 100644 --- a/install/ui/doc/guides/debugging_web_ui/README.md +++ b/install/ui/doc/guides/debugging_web_ui/README.md @@ -67,7 +67,7 @@ Notes: ## Conclusion -While reporting an UI bug it's good the check if there is some JavaScript error and if so send a call stack with line numbers, preferably the ones by using source codes. If source codes are not available, pretty print function should be used and send also code (~15 lines on both sides) around the bug. +While reporting an UI bug it's good to check if there is some JavaScript error and if so, send a call stack with line numbers, preferably the ones by using source codes. If source codes are not available, pretty print function should be used and send also code (~15 lines on both sides) around the bug. The most valuable information in order of preference are: |
