Skip to content

Commit 567c4a5

Browse files
authored
docs: Fix a few typos (#106)
There are small typos in: - README.md - stream_django/activity.py Fixes: - Should read `synchronization` rather than `syncronization`. - Should read `elsewhere` rather than `elsewehere`.
1 parent 2771103 commit 567c4a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Disable automatic tracking of Activity models. Default ```False```
284284

285285
### Temporarily disabling the signals
286286

287-
Model syncronization is disabled during schema/data migrations runs, syncdb and fixture loading (and during django test runs).
287+
Model synchronization is disabled during schema/data migrations runs, syncdb and fixture loading (and during django test runs).
288288
You can completely disable feed publishing via the ```STREAM_DISABLE_MODEL_TRACKING``` django setting.
289289

290290

stream_django/activity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Activity(object):
3636
def activity_author_feed(self):
3737
'''
3838
The name of the feed where the activity will be stored; this is normally
39-
used by the manager class to determine if the activity should be stored elsewehere than
39+
used by the manager class to determine if the activity should be stored elsewhere than
4040
settings.USER_FEED
4141
'''
4242
pass

0 commit comments

Comments
 (0)