diff --git a/content/en/docs/tutorials/stateful-application/cassandra.md b/content/en/docs/tutorials/stateful-application/cassandra.md index 0712907949..af90766417 100644 --- a/content/en/docs/tutorials/stateful-application/cassandra.md +++ b/content/en/docs/tutorials/stateful-application/cassandra.md @@ -177,11 +177,7 @@ Use `kubectl edit` to modify the size of a Cassandra StatefulSet. kubectl edit statefulset cassandra ``` - This command opens an editor in your terminal. The line you need to change is the `replicas` field. - - {{< note >}} - **Note:** The following sample is an excerpt of the StatefulSet file. - {{< /note >}} + This command opens an editor in your terminal. The line you need to change is the `replicas` field. The following sample is an excerpt of the StatefulSet file: ```yaml # Please edit the object below. Lines beginning with a '#' will be ignored, diff --git a/src/sass/styles.sass b/src/sass/styles.sass index 9f31e944e1..d140ad6810 100755 --- a/src/sass/styles.sass +++ b/src/sass/styles.sass @@ -4,4 +4,4 @@ // media queries @import "base" @import "tablet" -@import "desktop" +@import "desktop" \ No newline at end of file