Skip to content

Commit 82613fb

Browse files
nashifcarlescufi
authored andcommitted
doc: fix trivial typo
fix 'be build' and replace with 'be built'. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 17545c1 commit 82613fb

File tree

36 files changed

+66
-66
lines changed

36 files changed

+66
-66
lines changed

boards/espressif/esp32_devkitc_wroom/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ MCUboot bootloader
130130
==================
131131

132132
User may choose to use MCUboot bootloader instead. In that case the bootloader
133-
must be build (and flash) at least once.
133+
must be built (and flashed) at least once.
134134

135135
There are two options to be used when building an application:
136136

@@ -192,7 +192,7 @@ Manual build
192192
============
193193

194194
During the development cycle, it is intended to build & flash as quickly possible.
195-
For that reason, images can be build one at a time using traditional build.
195+
For that reason, images can be built one at a time using traditional build.
196196

197197
The instructions following are relevant for both manual build and sysbuild.
198198
The only difference is the structure of the build directory.

boards/espressif/esp32_devkitc_wrover/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ MCUboot bootloader
130130
==================
131131

132132
User may choose to use MCUboot bootloader instead. In that case the bootloader
133-
must be build (and flash) at least once.
133+
must be built (and flashed) at least once.
134134

135135
There are two options to be used when building an application:
136136

@@ -192,7 +192,7 @@ Manual build
192192
============
193193

194194
During the development cycle, it is intended to build & flash as quickly possible.
195-
For that reason, images can be build one at a time using traditional build.
195+
For that reason, images can be built one at a time using traditional build.
196196

197197
The instructions following are relevant for both manual build and sysbuild.
198198
The only difference is the structure of the build directory.

boards/espressif/esp32_ethernet_kit/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ MCUboot bootloader
452452
==================
453453

454454
User may choose to use MCUboot bootloader instead. In that case the bootloader
455-
must be build (and flash) at least once.
455+
must be built (and flashed) at least once.
456456

457457
There are two options to be used when building an application:
458458

@@ -514,7 +514,7 @@ Manual build
514514
============
515515

516516
During the development cycle, it is intended to build & flash as quickly possible.
517-
For that reason, images can be build one at a time using traditional build.
517+
For that reason, images can be built one at a time using traditional build.
518518

519519
The instructions following are relevant for both manual build and sysbuild.
520520
The only difference is the structure of the build directory.

boards/espressif/esp32c3_devkitc/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ MCUboot bootloader
105105
==================
106106

107107
User may choose to use MCUboot bootloader instead. In that case the bootloader
108-
must be build (and flash) at least once.
108+
must be built (and flashed) at least once.
109109

110110
There are two options to be used when building an application:
111111

@@ -167,7 +167,7 @@ Manual build
167167
============
168168

169169
During the development cycle, it is intended to build & flash as quickly possible.
170-
For that reason, images can be build one at a time using traditional build.
170+
For that reason, images can be built one at a time using traditional build.
171171

172172
The instructions following are relevant for both manual build and sysbuild.
173173
The only difference is the structure of the build directory.

boards/espressif/esp32c3_devkitm/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ MCUboot bootloader
105105
==================
106106

107107
User may choose to use MCUboot bootloader instead. In that case the bootloader
108-
must be build (and flash) at least once.
108+
must be built (and flashed) at least once.
109109

110110
There are two options to be used when building an application:
111111

@@ -167,7 +167,7 @@ Manual build
167167
============
168168

169169
During the development cycle, it is intended to build & flash as quickly possible.
170-
For that reason, images can be build one at a time using traditional build.
170+
For that reason, images can be built one at a time using traditional build.
171171

172172
The instructions following are relevant for both manual build and sysbuild.
173173
The only difference is the structure of the build directory.

boards/espressif/esp32c3_rust/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ MCUboot bootloader
150150
==================
151151

152152
User may choose to use MCUboot bootloader instead. In that case the bootloader
153-
must be build (and flash) at least once.
153+
must be built (and flashed) at least once.
154154

155155
There are two options to be used when building an application:
156156

@@ -212,7 +212,7 @@ Manual build
212212
============
213213

214214
During the development cycle, it is intended to build & flash as quickly possible.
215-
For that reason, images can be build one at a time using traditional build.
215+
For that reason, images can be built one at a time using traditional build.
216216

217217
The instructions following are relevant for both manual build and sysbuild.
218218
The only difference is the structure of the build directory.

boards/espressif/esp32c6_devkitc/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ MCUboot bootloader
141141
==================
142142

143143
User may choose to use MCUboot bootloader instead. In that case the bootloader
144-
must be build (and flash) at least once.
144+
must be built (and flashed) at least once.
145145

146146
There are two options to be used when building an application:
147147

@@ -203,7 +203,7 @@ Manual build
203203
============
204204

205205
During the development cycle, it is intended to build & flash as quickly possible.
206-
For that reason, images can be build one at a time using traditional build.
206+
For that reason, images can be built one at a time using traditional build.
207207

208208
The instructions following are relevant for both manual build and sysbuild.
209209
The only difference is the structure of the build directory.

boards/espressif/esp32s2_devkitc/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ MCUboot bootloader
101101
==================
102102

103103
User may choose to use MCUboot bootloader instead. In that case the bootloader
104-
must be build (and flash) at least once.
104+
must be built (and flashed) at least once.
105105

106106
There are two options to be used when building an application:
107107

@@ -163,7 +163,7 @@ Manual build
163163
============
164164

165165
During the development cycle, it is intended to build & flash as quickly possible.
166-
For that reason, images can be build one at a time using traditional build.
166+
For that reason, images can be built one at a time using traditional build.
167167

168168
The instructions following are relevant for both manual build and sysbuild.
169169
The only difference is the structure of the build directory.

boards/espressif/esp32s2_saola/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ MCUboot bootloader
101101
==================
102102

103103
User may choose to use MCUboot bootloader instead. In that case the bootloader
104-
must be build (and flash) at least once.
104+
must be built (and flashed) at least once.
105105

106106
There are two options to be used when building an application:
107107

@@ -163,7 +163,7 @@ Manual build
163163
============
164164

165165
During the development cycle, it is intended to build & flash as quickly possible.
166-
For that reason, images can be build one at a time using traditional build.
166+
For that reason, images can be built one at a time using traditional build.
167167

168168
The instructions following are relevant for both manual build and sysbuild.
169169
The only difference is the structure of the build directory.

boards/espressif/esp32s3_devkitc/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ MCUboot bootloader
150150
==================
151151

152152
User may choose to use MCUboot bootloader instead. In that case the bootloader
153-
must be build (and flash) at least once.
153+
must be built (and flashed) at least once.
154154

155155
There are two options to be used when building an application:
156156

@@ -212,7 +212,7 @@ Manual build
212212
============
213213

214214
During the development cycle, it is intended to build & flash as quickly possible.
215-
For that reason, images can be build one at a time using traditional build.
215+
For that reason, images can be built one at a time using traditional build.
216216

217217
The instructions following are relevant for both manual build and sysbuild.
218218
The only difference is the structure of the build directory.

0 commit comments

Comments
 (0)