From 73d780e1cd74d5a0d181b732a61c15ecea7780cb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 24 Mar 2021 16:00:28 +0100 Subject: [PATCH] Fix typo --- initializr-docs/src/main/asciidoc/configuration-guide.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/initializr-docs/src/main/asciidoc/configuration-guide.adoc b/initializr-docs/src/main/asciidoc/configuration-guide.adoc index a29b8148..0c9245fd 100644 --- a/initializr-docs/src/main/asciidoc/configuration-guide.adoc +++ b/initializr-docs/src/main/asciidoc/configuration-guide.adoc @@ -1196,7 +1196,7 @@ the expiration settings accordingly. [[create-instance-advanced-config-custom-project-request]] === Bind to custom project request Only attributes that are defined in the metadata can be bound to a `ProjectRequest` and -ultimately made available in `ProjectDescription`. A custom instance may chose however to +ultimately made available in `ProjectDescription`. A custom instance may choose however to provide additional attributes. Please note that those attributes won't be supported by official clients (i.e. IDEs). @@ -1209,7 +1209,7 @@ include::{code-examples}/doc/generator/project/CustomProjectGenerationController ---- If you inherit from `WebProjectRequest`, defaults can be automatically applied from the -metadata as shown above but you may also chose to ignore that. +metadata as shown above but you may also choose to ignore that. The next step is to make sure that those additional attributes are made available in the `ProjectGenerationContext`. The idiomatic way of doing this is to create your own