Skip to content

Commit ed58e6f

Browse files
authored
docs: fix small typos (#1974)
1 parent 1cf1140 commit ed58e6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: docs/documentation/contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ following code style schemes based on the IDE you use:
8282

8383
## Thanks
8484

85-
These guidelines were best on several sources, including
85+
These guidelines were based on several sources, including
8686
[Atom](https://github.com/atom/atom/blob/master/CONTRIBUTING.md), [PurpleBooth's
8787
advice](https://gist.github.com/PurpleBooth/b24679402957c63ec426) and the [Contributor
8888
Covenant](https://www.contributor-covenant.org/).

Diff for: docs/documentation/features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ object. Of note, particularly interesting is the `isLastAttempt` method, which c
313313
in your resource' status, for example, when attempting a last retry.
314314

315315
Note, though, that reaching the retry limit won't prevent new events to be processed. New
316-
reconciliations will happen for new events as usual. However, if an error also ocurrs that
316+
reconciliations will happen for new events as usual. However, if an error also occurs that
317317
would normally trigger a retry, the SDK won't schedule one at this point since the retry limit
318318
is already reached.
319319

Diff for: docs/documentation/workflows.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ stateDiagram-v2
229229
- Root nodes (i.e. nodes that don't depend on any others) are reconciled first. In this example,
230230
DR `1` is reconciled first since it doesn't depend on others.
231231
After that both DR `2` and `3` are reconciled concurrently, then DR `4` once both are
232-
reconciled sucessfully.
232+
reconciled successfully.
233233
- If DR `2` had a ready condition and if it evaluated to as `false`, DR `4` would not be reconciled.
234234
However `1`,`2` and `3` would be.
235235
- If `1` had a `false` ready condition, neither `2`,`3` or `4` would be reconciled.

0 commit comments

Comments
 (0)