Skip to content

Commit e9f5b97

Browse files
slowy07dandhlee
authored andcommitted
chore: fix typos (#180)
1 parent 71742f2 commit e9f5b97

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

secretmanager/snippets/destroy_secret_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
# See the License for the specific language governing permissions and
1515
"""
16-
command line application and sample code for destroying a secret verison.
16+
command line application and sample code for destroying a secret version.
1717
"""
1818

1919
import argparse

secretmanager/snippets/destroy_secret_version_with_etag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
# See the License for the specific language governing permissions and
1515
"""
16-
command line application and sample code for destroying a secret verison.
16+
command line application and sample code for destroying a secret version.
1717
"""
1818

1919
import argparse

secretmanager/snippets/get_secret_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
# See the License for the specific language governing permissions and
1515
"""
16-
command line application and sample code for getting metdata about a secret
16+
command line application and sample code for getting metadata about a secret
1717
version, but not the secret payload.
1818
"""
1919

0 commit comments

Comments
 (0)