Skip to content

Commit 9a99acc

Browse files
authored
Merge pull request #3828 from RyanSharafuddin/master
Fix Two Typos
2 parents 2f56d4d + 21806ce commit 9a99acc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ and over time can reduce development overhead quite considerably.
129129

130130
## Creating A Pull Request
131131

132-
Once your happy with your change and have ensured that all steps above have been followed (and checks have passed), you can create a pull request.
132+
Once you're happy with your change and have ensured that all steps above have been followed (and checks have passed), you can create a pull request.
133133
GitHub offers a guide on how to do this [here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork).
134134
Please ensure that you include a good description of what your change does in your pull request, and link it to any relevant issues or discussions.
135135

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ The following people have contributed to the development of Rich:
6969
- [Paul Sanders](https://github.com/sanders41)
7070
- [Louis Sautier](https://github.com/sbraz)
7171
- [Tim Savage](https://github.com/timsavage)
72+
- [Ryan Sharafuddin](https://github.com/RyanSharafuddin)
7273
- [Anthony Shaw](https://github.com/tonybaloney)
7374
- [Damian Shaw](https://github.com/notatallshaw)
7475
- [Nicolas Simonds](https://github.com/0xDEC0DE)

rich/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ def append(
10061006
return self
10071007

10081008
def append_text(self, text: "Text") -> "Text":
1009-
"""Append another Text instance. This method is more performant that Text.append, but
1009+
"""Append another Text instance. This method is more performant than Text.append, but
10101010
only works for Text.
10111011
10121012
Args:

0 commit comments

Comments
 (0)