Skip to content

Commit 868fb89

Browse files
committed
Typos
1 parent a794dc9 commit 868fb89

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ process of building responsive and structured page designs. Developers can
5555
also create custom components with minimal code, ensuring a consistent and
5656
efficient development experience.
5757

58-
It is up to you which (if any at all) pre-build components you want to include
58+
It is up to you which (if any at all) pre-built components you want to include
5959
in your project. Each set of components is a separate package you can include
6060
in your project's ``INSTALLED_APPS``.
6161

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ process of building responsive and structured page designs. Developers can
5959
also create custom components with minimal code, ensuring a consistent and
6060
efficient development experience.
6161

62-
It is up to you which (if any at all) pre-build components you want to include
62+
It is up to you which (if any at all) pre-built components you want to include
6363
in your project. Each set of components is a separate package you can include
6464
in your project's ``INSTALLED_APPS``.
6565

docs/source/plugins/components.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
single: Plugins
44

55
#############################
6-
Pre-build component plugins
6+
Pre-built component plugins
77
#############################
88

99
``djangocms-frontend`` adds a set of plugins to Django-CMS to allow for

docs/source/plugins/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
.. index::
2-
single: Pre-build Components
2+
single: Pre-Built Components
33

44
###################################
5-
Reference to Pre-build Components
5+
Reference to Pre-Built Components
66
###################################
77

8-
Find the available pre-build components for Boostrap 5 in the following sections:
8+
Find the available pre-built components for Boostrap 5 in the following sections:
99

1010
.. toctree::
1111
:maxdepth: 1

docs/source/tutorial/components.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
. _custom_components:
22

33
#####################################################
4-
Setup a Website with Pre-Build Bootstrap 5 Components
4+
Setup a Website with Pre-Built Bootstrap 5 Components
55
#####################################################
66

77
.. index::
8-
single: Pre-build Components
8+
single: Pre-Built Components
99

1010

1111
Here's a step-by-step tutorial to get you started with **djangocms-frontend**, a versatile plugin bundle
1212
for django CMS that provides a suite of frontend components compatible with various CSS frameworks, including Bootstrap 5.
1313

14-
For this tutorial we will be using the pre-build Boostrap 5 components that come with **djangocms-frontend**.
14+
For this tutorial we will be using the pre-built Boostrap 5 components that come with **djangocms-frontend**.
1515

1616
Installation
1717
============

docs/source/tutorial/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
##########
77

88
The first tutoral shows how to quickly build a website using Bootstrap 5, django CMS frontend and
9-
its pre-build components.
9+
its pre-built components.
1010

1111
The second tutorial guides you through creating custom components with minimal code.
1212

0 commit comments

Comments
 (0)