From ec9153a7ddda5c83ff27d8013cda2ec070e669a0 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Sat, 14 Sep 2024 10:32:11 -0500 Subject: [PATCH] Fix: update sentence flow for the ghost blog post --- docs/blog/posts/2024-08-21-creating-ghost-site-using-flex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/posts/2024-08-21-creating-ghost-site-using-flex.md b/docs/blog/posts/2024-08-21-creating-ghost-site-using-flex.md index 4cf8f5b..3a806e8 100644 --- a/docs/blog/posts/2024-08-21-creating-ghost-site-using-flex.md +++ b/docs/blog/posts/2024-08-21-creating-ghost-site-using-flex.md @@ -56,7 +56,7 @@ Connect the subnet to our flex-router openstack --os-cloud {cloud_name} router add subnet flex-router flex-subnet ``` -Now we need to create our security group, this is the group which specify the network access rules. For our example now we are only going to allow SSH access. +Now we need to create our security group, this is the group which specify the network access rules. For our example we are only going to allow SSH access. ``` shell openstack --os-cloud {cloud_name} security group create flex-sg