We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1eb3b commit fb17be8Copy full SHA for fb17be8
scope/public/src/commonMain/kotlin/software/amazon/app/platform/scope/Scoped.kt
@@ -50,7 +50,7 @@ package software.amazon.app.platform.scope
50
public interface Scoped {
51
/**
52
* This function is called when the given [scope] is created or was already created by the time
53
- * this [Scoped] is being register.
+ * this [Scoped] is being registered.
54
*
55
* This method provides no guarantee on which thread it is invoked. It can be the main thread or a
56
* background thread. E.g. for the `AppScope` it's usually invoked on the main thread, when the
0 commit comments