Skip to content

Commit cfbe50f

Browse files
committed
i cannot spell
1 parent a9e7740 commit cfbe50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Paraphrasing:
268268

269269
Remember to use go vet in your build scripts as it can alert you to some subtle bugs in your code before they hit your poor users.
270270

271-
### Dont use embedding because it's convienient
271+
### Dont use embedding because it's convenient
272272

273273
- Think about the effect embedding has on your public API.
274274
- Do you _really_ want to expose these methods and have people coupling their own code to them?

0 commit comments

Comments
 (0)