Commit d5da5b0
authored
docs: correct typos in
## Description
I was reading through the docs at the package page in
[https://pkg.go.dev/go.uber.org/fx](https://pkg.go.dev/go.uber.org/fx),
and found two minor typos. This PR fixes them both.
## Changes
- "rarelly" -> "rarely" (line 76)
- "constribute" -> "contribute" (line 255)doc.go (#1282)1 parent 6fab1b2 commit d5da5b0
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
0 commit comments