From 7526491570fea48cb31f0c64f4086cf1b479946d Mon Sep 17 00:00:00 2001 From: Etienne Audet-Cobello Date: Wed, 15 Jan 2025 16:43:17 -0500 Subject: [PATCH] add periods --- docs/src/snap/howto/contribute.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/snap/howto/contribute.md b/docs/src/snap/howto/contribute.md index b397f8b05..b770886ac 100644 --- a/docs/src/snap/howto/contribute.md +++ b/docs/src/snap/howto/contribute.md @@ -90,11 +90,11 @@ require ( ) ``` -3. Make your API changes in the local copy +3. Make your API changes in the local copy. -4. Create a separate PR in the `k8s-snap-api` repository with your API changes +4. Create a separate PR in the `k8s-snap-api` repository with your API changes. -5. Reference your `k8s-snap-api` PR in your main `k8s-snap` PR +5. Reference your `k8s-snap-api` PR in your main `k8s-snap` PR. ### Contribute changes