Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkidu93 committed Oct 10, 2023
1 parent ef2d43f commit 63c0d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Serval.DataFiles/Controllers/DataFilesController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public async Task<ActionResult<DataFileDto>> GetAsync([NotNull] string id, Cance
/// > verse_001_005 (tab) Ὑπομνῆσαι δὲ ὑμᾶς βούλομαι , εἰδότας ὑμᾶς ἅπαξ τοῦτο
/// > verse_001_006 (tab) Ἀγγέλους τε τοὺς μὴ τηρήσαντας τὴν ἑαυτῶν ἀρχήν , ἀλλὰ (tab) ss
/// > verse_001_007 (tab) Ὡς Σόδομα καὶ Γόμορρα , καὶ αἱ περὶ αὐτὰς πόλεις (tab) ss
/// * Otherwise, *no tabs* should be used in the file and a unique identifier will generated for each translation unit based on the linenumber.
/// * Otherwise, *no tabs* should be used in the file and a unique identifier will generated for each translation unit based on the line number.
/// * **Paratext**: A complete, zipped Paratext project
/// </param> /// <param name="idGenerator"></param>
/// <param name="cancellationToken"></param>
Expand Down

0 comments on commit 63c0d3d

Please sign in to comment.