Update AudioSpaceCoreFetcher.java

Fix typo in AudioSpaceCoreFetcher.js
This commit is contained in:
Steffen van der Vaart 2023-04-03 21:13:10 +02:00 committed by GitHub
parent ec83d01dca
commit cc8db8e620
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ public class AudioSpaceCoreFetcher {
} }
/** /**
* Use stitch to fetch mulitiple AudioSpace Objects at once * Use stitch to fetch multiple AudioSpace Objects at once
*/ */
public Future<List<Try<Fetch.Result<AudioSpace>>>> fetchBulkSpaces(Set<String> spaceIds) { public Future<List<Try<Fetch.Result<AudioSpace>>>> fetchBulkSpaces(Set<String> spaceIds) {
return Stitch.run( return Stitch.run(