← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/lpcraft:docs-snap-proofreading into lpcraft:main

 

Colin Watson has proposed merging ~cjwatson/lpcraft:docs-snap-proofreading into lpcraft:main.

Commit message:
Fix some typos in snap properties documentation

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/lpcraft/+git/lpcraft/+merge/440494

Also reword a little for clarity.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/lpcraft:docs-snap-proofreading into lpcraft:main.
diff --git a/docs/configuration.rst b/docs/configuration.rst
index 8655653..4a3b255 100644
--- a/docs/configuration.rst
+++ b/docs/configuration.rst
@@ -178,17 +178,16 @@ Snap properties
 -----------------
 
 ``name``
-    The name of a snap will be installed..
+    The name of the snap to install.
 
 ``channel`` (optional)
     `Channel <https://snapcraft.io/docs/channels>`_
-    defining which release of a snap want to install.
+    defining which release of a snap to install.
     Default value: ``latest/stable``.
 
-
 ``classic`` (optional)
-    Classic boolean defining whether to use or not
-    `confiment=classic
+    If True, allow installing snaps that use
+    `classic confinement
     <https://snapcraft.io/docs/snap-confinement>`_.
     Default value: False.