Skip to content

Commit 6e8152d

Browse files
committed
Fixed typo in README
1 parent 655e457 commit 6e8152d

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
@@ -268,7 +268,7 @@ Most messages fall into this category, making it extremely verbose. All non-erro
268268
So far, there is only one case that gets logged at Fault-level: when a Cocoa framework methods that come back with an error
269269

270270
### Activities
271-
1. Public methods have an English names with spaces, and are title-case
271+
1. Public methods have English activity names with spaces, and are title-case
272272
1. Private methods each have an activity with the method's name
273273
1. Sub-activities are created for significant scope changes, such as when inside an action block, but not if no significant work is done before entering that action
274274
1. Top-level activities within a method have variables named `activity`, with more specific labels given to sub-activities

0 commit comments

Comments
 (0)