Skip to content

Commit 845450e

Browse files
authored
Merge pull request jbox-web#254 from server-monitor/patch-1
Update README.md
2 parents be332cc + c5fd2da commit 845450e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ end
320320
__Some comments for the above code:__
321321

322322
1. In the `get_raw_records` method we have quite a complex query having one to
323-
many and may to many associations using the joins ActiveRecord method.
323+
many and many to many associations using the joins ActiveRecord method.
324324
The joins will generate INNER JOIN relations in the SQL query. In this case,
325325
we do not include all event in the report if we have events which is not
326326
associated with any model record from the relation.

0 commit comments

Comments
 (0)