Skip to content

Commit dae4a4c

Browse files
rokroskarjirikuncar
andcommitted
docs: fix typos
Co-Authored-By: jirikuncar <[email protected]>
1 parent 035d065 commit dae4a4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

renku/cli/_exc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
3939
When using ``renku`` as a hosted service the Sentry integration can be enabled
4040
to help developers iterate faster by showing them where bugs happen, how often,
41-
and who's affected.
41+
and who is affected.
4242
43-
1. Install Sentry-SDK by ``python -m pip install sentry-sdk``;
43+
1. Install Sentry-SDK with ``python -m pip install sentry-sdk``;
4444
2. Set environment variable
4545
``SENTRY_DSN=https://<key>@sentry.<domain>/<project>``.
4646

renku/cli/move.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# limitations under the License.
1818
"""Move or rename a file, a directory, or a symlink.
1919
20-
Moving a files that belongs to a dataset will update its metadata. It also
20+
Moving a file that belongs to a dataset will update its metadata. It also
2121
will attempt to update tracking information for files stored in an external
2222
storage (using Git LFS). Finally it makes sure that all relative symlinks work
2323
after the move.

0 commit comments

Comments
 (0)