Skip to content

Commit fb17be8

Browse files
committed
Fix typo in kdoc
1 parent ba1eb3b commit fb17be8

File tree

1 file changed

+1
-1
lines changed
  • scope/public/src/commonMain/kotlin/software/amazon/app/platform/scope

1 file changed

+1
-1
lines changed

scope/public/src/commonMain/kotlin/software/amazon/app/platform/scope/Scoped.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ package software.amazon.app.platform.scope
5050
public interface Scoped {
5151
/**
5252
* This function is called when the given [scope] is created or was already created by the time
53-
* this [Scoped] is being register.
53+
* this [Scoped] is being registered.
5454
*
5555
* This method provides no guarantee on which thread it is invoked. It can be the main thread or a
5656
* background thread. E.g. for the `AppScope` it's usually invoked on the main thread, when the

0 commit comments

Comments
 (0)