Skip to content

Commit 0d95eb1

Browse files
pzygielomanovotn
authored andcommitted
Fix typos
1 parent a40dbb8 commit 0d95eb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/src/main/asciidoc/environments.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ consists of two classes: `Weld` and `WeldContainer`.
367367

368368
[source.JAVA, java]
369369
---------------------------------------------------------------------------------
370-
/** A builder used to bootsrap a Weld SE container. */
370+
/** A builder used to bootstrap a Weld SE container. */
371371
public class Weld extends SeContainerInitializer implements ContainerInstanceFactory
372372
{
373373
@@ -406,7 +406,7 @@ public class WeldContainer extends AbstractCDI<Object> implements AutoCloseable,
406406
---------------------------------------------------------------
407407

408408
Here's an example application main method which uses this API to
409-
bootsrap a Wedl SE container and call a business method of a bean `MyApplicationBean`.
409+
bootstrap a Weld SE container and call a business method of a bean `MyApplicationBean`.
410410

411411
[source.JAVA, java]
412412
--------------------------------------------------------------

0 commit comments

Comments
 (0)