Skip to content

Commit 06946df

Browse files
fix #68 - typo/grammar
1 parent 63dd2dc commit 06946df

File tree

1 file changed

+1
-1
lines changed
  • docs/4-language-usage/8-patterns/5-use-dbms-application-info-package-to-follow-progress-of-a-process

1 file changed

+1
-1
lines changed

docs/4-language-usage/8-patterns/5-use-dbms-application-info-package-to-follow-progress-of-a-process/g-8510.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Reason
77

8-
This technique allows us to view progress of a process without having to persistently write log data in either a table or a file. The information is accessible trough `V$SESSION` view.
8+
This technique allows us to view progress of a process without having to persistently write log data in either a table or a file. The information is accessible through the `V$SESSION` view.
99

1010
## Example (bad)
1111

0 commit comments

Comments
 (0)