Skip to content
This repository was archived by the owner on Sep 9, 2026. It is now read-only.

docs: fix typos in wizard template descriptions - #20

Open
Léon Simmons (Avicennasis) wants to merge 1 commit into
blablacar:masterfrom
Avicennasis:docs/fix-typos
Open

docs: fix typos in wizard template descriptions#20
Léon Simmons (Avicennasis) wants to merge 1 commit into
blablacar:masterfrom
Avicennasis:docs/fix-typos

Conversation

@Avicennasis

Copy link
Copy Markdown

Summary

Fix 4 typos in the user-facing strings shown in the Android Studio new-file wizard:

  • src/main/kotlin/com/comuto/androidtemplates/templates/standalone/StandaloneClassTemplate.kt: Create the Fragment and his layout -> Create the Fragment and its layout
  • src/main/kotlin/com/comuto/androidtemplates/templates/standalone/StandaloneClassTemplate.kt: as a suffix, E.G MyFeature -> as a suffix, e.g. MyFeature
  • src/main/kotlin/com/comuto/androidtemplates/templates/standalone/StandaloneClassTemplate.kt: SubComponent Name, E.G MyFeatureSubComponent -> SubComponent Name, e.g. MyFeatureSubComponent
  • src/main/kotlin/com/comuto/androidtemplates/templates/mapper/MapperTemplate.kt: Create the Mapper class with the testClass -> Create the Mapper class with the test class

All four are name/description values passed to the wizard template {} DSL, i.e. label text rendered in the IDE dialog. No identifiers renamed, no generated-code templates touched, no functional changes.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant