Skip to content

Commit 38be142

Browse files
authored
Merge pull request #2842 from skshetry/fix-typo
Fix typo and grammar
2 parents 3de46dd + 7a678f3 commit 38be142

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Ž.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* [ ] πŸ“– Check this box if this PR **does not** require [documentation](https://dvc.org/doc) updates, or if it does **and** you have created a separate PR in [dvc.org](https://github.com/iterative/dvc.org) with such updates (or at least opened an issue about it in that repo). Please link below to your PR (or issue) in the [dvc.org](https://github.com/iterative/dvc.org) repo.
44

5-
* [ ] ❌ Have you checked DeepSource, CodeClimate, and other sanity checks below? We consider their findings recommendatory and don't expect everything to be addresses. Please review them carefully and fix those that actually improve code or fix bugs.
5+
* [ ] ❌ Have you checked DeepSource, CodeClimate, and other sanity checks below? We consider their findings recommendatory and don't expect everything to be addressed. Please review them carefully and fix those that actually improve code or fix bugs.
66

77
Thank you for the contribution - we'll try to review it as soon as possible. πŸ™
88

β€Ždvc/data_cloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Manages dvc remotes that user can use with push/pull/status comamnds."""
1+
"""Manages dvc remotes that user can use with push/pull/status commands."""
22
from __future__ import unicode_literals
33

44
import logging

0 commit comments

Comments
Β (0)